Skip to content

Commit

Permalink
docs: add arm section in linux installation
Browse files Browse the repository at this point in the history
Signed-off-by: Akash Kumar <[email protected]>
  • Loading branch information
AkashKumar7902 committed Sep 28, 2023
1 parent 9b4578f commit f1504f7
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions versioned_docs/version-2.0.0/server/linux/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,17 @@ curl --silent --location "https://github.com/keploy/keploy/releases/latest/downl
sudo mkdir -p /usr/local/bin && sudo mv /tmp/keploy /usr/local/bin && keploy
```

<details>
<summary> <strong> ARM Architecture </strong> </summary>

```zsh
curl --silent --location "https://github.com/keploy/keploy/releases/latest/download/keploy_linux_arm64.tar.gz" | tar xz -C /tmp

sudo mkdir -p /usr/local/bin && sudo mv /tmp/keploy /usr/local/bin && keploy
```

</details>

#### Run the Record Mode

Run this command on your terminal to start the recording of API calls:-
Expand Down

0 comments on commit f1504f7

Please sign in to comment.