Skip to content

Commit be4ee3f

Browse files
committed
doc: fix links to repo releases in README.md
1 parent 3aa397a commit be4ee3f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -234,16 +234,16 @@ knossos generate -W 15 -H 15 image --output-path=maze.png
234234

235235
### Installation
236236

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

241-
From crates.io:
241+
Or from crates.io:
242242
```bash
243243
cargo install knossos
244244
```
245245

246-
From source:
246+
Or from source:
247247
```bash
248248
$ git clone [email protected]:unrenamed/knossos.git
249249
$ cd knossos

0 commit comments

Comments
 (0)