mirror of
https://github.com/mastodon/documentation
synced 2025-04-11 22:56:17 +02:00
Don't include RCs in initial setup (#397)
Fixing the same issue as d9e523ec15619ebd70f5b3fd279a2541c821c12f where the command is used in Production-guide.md
This commit is contained in:
parent
7b840df698
commit
3a7c9c3921
@ -147,7 +147,7 @@ git clone https://github.com/tootsuite/mastodon.git live
|
||||
# Change directory to ~live
|
||||
cd ~/live
|
||||
# Checkout to the latest stable branch
|
||||
git checkout $(git tag -l | sort -V | tail -n 1)
|
||||
git checkout $(git tag -l | grep -v 'rc[0-9]*$' | sort -V | tail -n 1)
|
||||
# Install bundler
|
||||
gem install bundler
|
||||
# Use bundler to install the rest of the Ruby dependencies
|
||||
|
Loading…
x
Reference in New Issue
Block a user