Skip to content

Commit

Permalink
doc: fix links to repo releases in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
unrenamed committed Apr 2, 2023
1 parent 3aa397a commit be4ee3f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -234,16 +234,16 @@ knossos generate -W 15 -H 15 image --output-path=maze.png

### Installation

Ubuntu:
1. [Download](https://github.com/unrenamed/terminal-fps/releases) the latest binary
Debian package:
1. [Download](https://github.com/unrenamed/knossos/releases) the latest binary
2. `dpkg -i <binary-name>` will install it

From crates.io:
Or from crates.io:
```bash
cargo install knossos
```

From source:
Or from source:
```bash
$ git clone [email protected]:unrenamed/knossos.git
$ cd knossos
Expand Down

0 comments on commit be4ee3f

Please sign in to comment.