This commit is contained in:
MIYAGI Hikaru 2018-05-19 11:53:36 +09:00 committed by Eugen Rochko
parent 1d2cf81e82
commit dc430510c2
1 changed files with 1 additions and 1 deletions

View File

@ -146,7 +146,7 @@ Run the following to clone and install:
cd ~
# Clone the mastodon git repository into ~/live
git clone https://github.com/tootsuite/mastodon.git live
# Change directory to ~live
# Change directory to ~/live
cd ~/live
# Checkout to the latest stable branch
git checkout $(git tag -l | grep -v 'rc[0-9]*$' | sort -V | tail -n 1)