Skip to content

Commit

Permalink
Update instructions for downloading binary.
Browse files Browse the repository at this point in the history
  • Loading branch information
benradf committed Sep 9, 2023
1 parent 5efcd07 commit 62e8922
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,15 +52,12 @@ If you're running Linux, you can download Skyscope as a prebuilt binary:
pick the version you want. The latest is
[v0.3.0](https://github.com/tweag/skyscope/releases/v0.3.0).

2. Download a single statically linked binary.

3. Put it somewhere; e.g.
2. Download the zip archive and unpack it somewhere; e.g.
```bash
mkdir -p ~/.local/skyscope/bin
mv ~/Downloads/skyscope ~/.local/skyscope/bin/
unzip ~/Downloads/skyscope.zip -d ~/.local/
```

4. Update your `PATH` variable appropriately; e.g. append this to `~/.bashrc`:
3. Update your `PATH` variable appropriately; e.g. append this to `~/.bashrc`:
```bash
export PATH="$HOME/.local/skyscope/bin:$PATH"
```
Expand Down

0 comments on commit 62e8922

Please sign in to comment.