diff options
author | Henry Jameson <me@hjkos.com> | 2017-08-16 00:21:38 +0300 |
---|---|---|
committer | Henry Jameson <me@hjkos.com> | 2017-08-16 00:21:38 +0300 |
commit | 0391981b4d16deda0fc80dea4c97c675d07d3aec (patch) | |
tree | 724a0635cbd8c10d547934169e543d4464d0942c /README.md | |
parent | bd40613d7b00d2de4e0332b04ac799463828b9bf (diff) | |
download | pleroma-0391981b4d16deda0fc80dea4c97c675d07d3aec.tar.gz |
fix
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -87,7 +87,7 @@ NodeJS is available as `nodejs` package on Debian. `apt install nodejs`. Debian ## Running -By default, it listens on port 4000 (TCP), so you can access it on http://localhost:4000/ (if you it on same machine). In case of an error it will restart automatically. +By default, it listens on port 4000 (TCP), so you can access it on http://localhost:4000/ (if you are on the same machine). In case of an error it will restart automatically. ### As systemd service (with provided .service file) Running `service pleroma start` |