Skip to content

Commit 443548e

Browse files
committed
docs(README): update installation instructions to point to prebuilt binaries
1 parent 948d398 commit 443548e

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

README.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,20 +17,23 @@ for details.
1717

1818
## Install
1919

20+
We have [prebuilt binaries available][releases] for a while now, thanks to
21+
the [trust] project!
22+
2023
The package is a drop-in replacement of `autojump`. Assuming `autojump` is
2124
already installed, or at least the shell script part of it has been properly
2225
set up, and you have in `$PATH` `~/.cargo/bin` before the system binary
23-
locations, all you have to do is:
24-
25-
```sh
26-
cargo install autojump
26+
locations, all you have to do is to put [a binary of your choice architecture][releases]
27+
in your PATH, overriding the original `autojump` script.
2728

28-
# tell the shell to forget about previous location of autojump
29-
hash -r
30-
```
29+
You may have to issue `hash -r` for the shell to forget previous
30+
location of `autojump`, if you don't want to re-exec your shell.
3131

3232
(Manually cloning the repository and building is okay, of course.)
3333

34+
[releases]: https://github.com/xen0n/autojump-rs/releases
35+
[trust]: https://github.com/japaric/trust
36+
3437

3538
## Features
3639

0 commit comments

Comments
 (0)