aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPitu <[email protected]>2021-01-04 01:06:46 +0900
committerPitu <[email protected]>2021-01-04 01:06:46 +0900
commitd8af517adc1a032b2b85f38c3739bbd1ff7a29a1 (patch)
tree3667aab448a0bf81ce086c1198b6565534826113 /README.md
parentMerge branch 'dev' (diff)
downloadhost.fuwn.me-d8af517adc1a032b2b85f38c3739bbd1ff7a29a1.tar.xz
host.fuwn.me-d8af517adc1a032b2b85f38c3739bbd1ff7a29a1.zip
chore: change yarn for npm
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/README.md b/README.md
index 7613052..75f8f78 100644
--- a/README.md
+++ b/README.md
@@ -27,15 +27,14 @@ This guide asumes a lot of things, including that you know your way around linux
- `node` version 12+
- `build-essential` package installed to build dependencies
- `ffmpeg` package installed if you want video thumbnails
-- `yarn` package installed. If you'd like to use npm instead change `package.json` accordingly
- `pm2` globally installed (`npm i -g pm2`) to keep the service alive at all times.
- A database, postgresql preferably. You can also fall back to sqlite3 which ships by default.
### Installing
1. Clone the repository and `cd` into it
-2. Run `yarn install`
-3. Run `yarn setup`
+2. Run `npm i`
+3. Run `npm run setup`
Chibisafe is now installed, configured and ready. Now you need to serve it to the public by using a domain name.