Skip to content

Commit

Permalink
Fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey.makhonin committed Nov 16, 2022
1 parent d57e8a7 commit 6c42267
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This is simple CLI app that will print rotating cubes and toruses in terminal.
Open [release](https://github.com/alex123012/cube-rotate/releases) page and find appropriate release for your system and arch, than download and unpack binary
```bash
mkdir -p bin
wget https://github.com/alex123012/cube-rotate/releases/download/v0.0.1/cube-rotate-${VERSION}-${OS}-${ARCH}.tar.gz
wget https://github.com/alex123012/cube-rotate/releases/download/${VERSION}/cube-rotate-${VERSION}-${OS}-${ARCH}.tar.gz
tar -C bin/ -xf cube-rotate-${VERSION}-${OS}-${ARCH}.tar.gz cube-rotate
```

Expand Down

0 comments on commit 6c42267

Please sign in to comment.