aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLibravatar Bennett <properly@protonmail.com>2019-09-23 21:20:42 +0200
committerLibravatar GitHub <noreply@github.com>2019-09-23 21:20:42 +0200
commit10158c302aaa0f4e2b25eb3ed0617e6abc92c4b8 (patch)
tree8357ecef77d3d358d8e7b29ed42c89aae27e09b4 /README.md
parentAdd information about ferdi-slim-server (diff)
downloadferdium-server-10158c302aaa0f4e2b25eb3ed0617e6abc92c4b8.tar.gz
ferdium-server-10158c302aaa0f4e2b25eb3ed0617e6abc92c4b8.tar.zst
ferdium-server-10158c302aaa0f4e2b25eb3ed0617e6abc92c4b8.zip
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index b438100..914f164 100644
--- a/README.md
+++ b/README.md
@@ -28,11 +28,12 @@ You can try a demo of ferdi-server by settings your server to <https://ferdi.van
281. Clone this repository 281. Clone this repository
292. Install the [AdonisJS CLI](https://adonisjs.com/) 292. Install the [AdonisJS CLI](https://adonisjs.com/)
303. Copy `.env.example` to `.env` and edit the [configuration](#configuration) to your needs 303. Copy `.env.example` to `.env` and edit the [configuration](#configuration) to your needs
314. Run the database migrations with 314. Run `npm install` to install local dependencies
325. Run the database migrations with
32 ```js 33 ```js
33 adonis migration:run 34 adonis migration:run
34 ``` 35 ```
355. Start the server with 366. Start the server with
36 ```js 37 ```js
37 adonis serve --dev 38 adonis serve --dev
38 ``` 39 ```