Specifies to run the latest tagged release

This commit is contained in:
wxcafé 2017-04-16 16:14:31 +02:00 committed by GitHub
parent 77603fbb88
commit eb32fc9738
1 changed files with 1 additions and 0 deletions

View File

@ -160,6 +160,7 @@ You need the `git-core` package installed on your system. If it is so, from the
cd ~
git clone https://github.com/tootsuite/mastodon.git live
cd live
git checkout $(git tag | tail -n 1)
Then you can proceed to install project dependencies: