File tree Expand file tree Collapse file tree 1 file changed +10
-7
lines changed
Expand file tree Collapse file tree 1 file changed +10
-7
lines changed Original file line number Diff line number Diff 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+
2023The package is a drop-in replacement of ` autojump ` . Assuming ` autojump ` is
2124already installed, or at least the shell script part of it has been properly
2225set 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
You can’t perform that action at this time.
0 commit comments