summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAya Morisawa <AyaMorisawa4869@gmail.com>2016-12-31 17:36:11 +0900
committerAya Morisawa <AyaMorisawa4869@gmail.com>2016-12-31 17:36:11 +0900
commitad2dcc6274fade0493d46a613885a8fa8dde77c7 (patch)
tree9c5fe53c5130d05963b8159d7ea2ab6a9bd96dfd
parentUpdate README.md (diff)
downloadsharkey-ad2dcc6274fade0493d46a613885a8fa8dde77c7.tar.gz
sharkey-ad2dcc6274fade0493d46a613885a8fa8dde77c7.tar.bz2
sharkey-ad2dcc6274fade0493d46a613885a8fa8dde77c7.zip
Update README.md
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index ad53136ea3..f00c7f43e1 100644
--- a/README.md
+++ b/README.md
@@ -62,8 +62,8 @@ To run misskey:
`sudo docker run --rm -i -t -p $PORT:80 -v $(pwd):/root/misskey -v $DBPATH:/data/db misskey`
-where $PORT is the port used to access Misskey Web from host browser
-and $DBPATH is the path of MongoDB database on the host for data persistence.
+where `$PORT` is the port used to access Misskey Web from host browser
+and `$DBPATH` is the path of MongoDB database on the host for data persistence.
ex: `sudo docker run --rm -i -t -p 80:80 -v $(pwd):/root/misskey -v /data/db:/data/db misskey`
@@ -71,7 +71,7 @@ If you want to run misskey in production mode, add `--env NODE_ENV=production` l
`sudo docker run --rm -i -t -p 80:80 -v $(pwd):/root/misskey -v /data/db:/data/db --env NODE_ENV=production misskey`
-Note that $(pwd) is the working directory.
+Note that `$(pwd)` is the working directory.
## Launch
`sudo npm start`