From 8d166eee83993ecc41e10485ee098a41472fba76 Mon Sep 17 00:00:00 2001 From: "Kaiwei Ang (Lance)" Date: Thu, 15 Dec 2016 15:01:58 -0600 Subject: [PATCH] partially fixed issue #19 --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0fb33e1..96214df 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ pip install git+https://github.com/knights-lab/shi7en --upgrade --no-cache-dir With the flags provided to pip, copying and pasting any of these commands will redo the installation if a failure happened. -The final step of the procedure is to add the binary shi7en_trimmer to your path. The binary is available on the release page. It is either ```ninja_shi7_linux``` or ```ninja_shi7_mac```, depending on your machine. Please rename it to ```shi7en_trimmer```. The tutorial for adding the binary to your path is shown as following: +The final step of the procedure is to add the binary shi7en_trimmer to your path. The binary is available on the [release page](https://github.com/knights-lab/shi7en/releases). It is either ```ninja_shi7_linux``` or ```ninja_shi7_mac```, depending on your machine. Please rename it to ```shi7en_trimmer```. The tutorial for adding the binary to your path is shown as following: ``` echo 'PATH=$PATH: ' >> ~/.bashrc @@ -44,6 +44,7 @@ echo 'PATH=$PATH: ' >> ~/.bashrc If your binary is in your ```/home/username/Downloads/shi7en_trimmer```, you can add the binary to your path in this way: ``` echo 'PATH=$PATH:/home/username/Downloads/shi7en_trimmer' >> ~/.bashrc +.~/.bashrc ``` Now that everything is installed, the command 'shi7en' will be on your path when the conda environment is active. Here is the helpfile for the command: