summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorAndy K <andy.h.kwok@gmail.com>2019-01-12 18:09:13 +0100
committerGitHub <noreply@github.com>2019-01-12 18:09:13 +0100
commit5e0e97b71651a408588b76b32934746b4a595d73 (patch)
tree59d849731f12296f421e46080785bda81801d2d3 /README.md
parent5360e3f25d2761d851ff36d35690aac6cbfc6459 (diff)
Updating README.MD
Changing the link as requested by Dystroy
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 0fac0e0..e793033 100644
--- a/README.md
+++ b/README.md
@@ -54,13 +54,13 @@ Just find the file you want to edit with a few keystrokes, type `:e`, then `<ent
### From Source
-You'll need to have the Rust development environment installed. Please read [this](https://www.rust-lang.org/tools/install) to install Rust on your environment.
+You'll need to have the Rust development environment installed. Please find [the install guide](https://www.rust-lang.org/) of the Rust's official site.
Fetch the Canop/broot repository, move to the broot directory, then run
cargo build --release
-The executable is written in the `target/release` directory. Addendum: to have it executed from everywhere on your linux, you can add the broot executable's path to your path (`export PATH=$PATH:</path/`) in `.bashrc` (Don't forget to source your bashrc once modified ;) )
+The executable is written in the `target/release` directory. Addendum: to have it executed from everywhere on your linux, you can add the broot executable's path to your path (`export PATH=$PATH:/your_home_directory/broot/target/release/`) in your `.bashrc` (Don't forget to source your bashrc once modified ;) )
### From up to date precompiled binaries