From dc430510c2ea233c3c9b176b15ab69653f4a3c66 Mon Sep 17 00:00:00 2001 From: MIYAGI Hikaru Date: Sat, 19 May 2018 11:53:36 +0900 Subject: [PATCH] fix typo (#618) --- Running-Mastodon/Production-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Running-Mastodon/Production-guide.md b/Running-Mastodon/Production-guide.md index 3f2a778b..0c690cef 100644 --- a/Running-Mastodon/Production-guide.md +++ b/Running-Mastodon/Production-guide.md @@ -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)