Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
niemasd authored Oct 2, 2023
1 parent de609ab commit b75faf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ To run ViralMSA, you can either install the command-line tool (instructions belo
ViralMSA is written in Python 3 and depends on [BioPython](https://biopython.org/). You can simply download [ViralMSA.py](ViralMSA.py) to your machine and make it executable:

```bash
wget "[https://raw.githubusercontent.com/niemasd/ViralMSA/master/ViralMSA.py](https://github.com/niemasd/ViralMSA/releases/latest/download/ViralMSA.py)"
wget "https://github.com/niemasd/ViralMSA/releases/latest/download/ViralMSA.py"
chmod a+x ViralMSA.py
sudo mv ViralMSA.py /usr/local/bin/ViralMSA.py # optional step to install globally
```
Expand Down

0 comments on commit b75faf5

Please sign in to comment.