Skip to content

Commit 8f1beca

Browse files
readme: Fix broken just packages link (#1061)
Apologies if this is too minor a change for a PR
2 parents 1131180 + 366b3d9 commit 8f1beca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ The installed version can be imported by prefixing the package name with `@local
115115
This project uses [just](https://github.com/casey/just), a handy command runner.
116116

117117
You can run all commands without having `just` installed, just have a look into the `justfile`.
118-
To install `just` on your system, use your systems package manager. On Windows, [Cargo](https://doc.rust-lang.org/cargo/) (`cargo install just`), [Chocolatey](https://chocolatey.org/) (`choco install just`) and [some other sources](https://just.systems/man/en/chapter_4.html) can be used. You need to run it from a `sh` compatible shell on Windows (e.g git-bash).
118+
To install `just` on your system, use your systems package manager. On Windows, [Cargo](https://doc.rust-lang.org/cargo/) (`cargo install just`), [Chocolatey](https://chocolatey.org/) (`choco install just`) and [some other sources](https://just.systems/man/en/packages.html) can be used. You need to run it from a `sh` compatible shell on Windows (e.g git-bash).
119119

120120
## Testing
121121

0 commit comments

Comments
 (0)