Skip to content

Commit

Permalink
Merge pull request #14 from chitalian/main
Browse files Browse the repository at this point in the history
Include instruction for OSX
  • Loading branch information
zhl146 authored Dec 4, 2022
2 parents 92a4fb5 + 5a63067 commit 631b631
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,16 @@ All pods automatically come with runpodctl installed with a pod-scoped API key!
## install linux/osx command line
get latest binary from [releases](https://github.com/Run-Pod/runpodctl/releases)

linux
```
wget --quiet --show-progress https://github.com/Run-Pod/runpodctl/releases/download/v1.6.1/runpodctl-linux-amd -O runpodctl && chmod +x runpodctl && sudo cp runpodctl /usr/bin/runpodctl
```

osx (ARM)
```
wget --quiet --show-progress https://github.com/runpod/runpodctl/releases/download/v1.6.1/runpodctl-darwin-arm -O runpodctl && chmod +x runpodctl && sudo mv runpodctl /usr/local/bin/runpodctl
```

![](https://github.com/runpod/runpodctl/blob/main/runpodctllinux.gif)

## how to transfer data
Expand Down

0 comments on commit 631b631

Please sign in to comment.