Skip to content

Commit

Permalink
partially fixed issue #19
Browse files Browse the repository at this point in the history
  • Loading branch information
kaiweiang authored Dec 15, 2016
1 parent 1746fe4 commit 8d166ee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: <path_to_binary>' >> ~/.bashrc
Expand All @@ -44,6 +44,7 @@ echo 'PATH=$PATH: <path_to_binary>' >> ~/.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:
Expand Down

0 comments on commit 8d166ee

Please sign in to comment.