minor readme update

This commit is contained in:
Hugh Rundle 2020-04-27 15:26:49 +10:00
parent 7d64f0f626
commit b251577ffe
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@ You need to [install Python 3](https://wiki.python.org/moin/BeginnersGuide/Downl
If you already have `git` installed on the machine where you're running ephemetoot, you can download the latest release with:
```shell
git clone https://github.com/hughrun/ephemetoot.git
cd ephemetoot
git fetch --tags
git checkout [tagname]
```