aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorKana <[email protected]>2021-03-16 01:37:03 +0900
committerGitHub <[email protected]>2021-03-16 01:37:03 +0900
commit96ffed5cca7eff6834376e57378f942000fc0005 (patch)
tree048a05756e0c269767614abc5d5a397f913cec0c /README.md
parentchore: update size limit in nginx (diff)
parentdocs(Readme): fix numbering for installation steps (diff)
downloadhost.fuwn.me-96ffed5cca7eff6834376e57378f942000fc0005.tar.xz
host.fuwn.me-96ffed5cca7eff6834376e57378f942000fc0005.zip
Merge pull request #262 from iShibi/fix-readme
docs(Readme): fix numbering for installation steps
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 6899026..36ed317 100644
--- a/README.md
+++ b/README.md
@@ -44,12 +44,12 @@ This guide asumes a lot of things, including that you know your way around linux
Chibisafe is now installed, configured and ready. Now you need to serve it to the public by using a domain name.
-6. Check the [nginx](docs/nginx.md) file for a sample configuration that has every step to run chibisafe securely on production.
+4. Check the [nginx](docs/nginx.md) file for a sample configuration that has every step to run chibisafe securely on production.
After you finish setting up nginx, you need to start chibisafe by using pm2. If you want to use something else like forever, ensure that the process spawned from `npm run start` never dies.
-7. Run `pm2 start pm2.json`:
-8. Profit
+5. Run `pm2 start pm2.json`:
+6. Profit
## Author