Commit 524f488f authored by tsukumi's avatar tsukumi

Change: update README.md

parent 51251adc
...@@ -17,8 +17,10 @@ Run the following commands in order. ...@@ -17,8 +17,10 @@ Run the following commands in order.
# Clone this repository # Clone this repository
$ git@github.com:tsukumijima/shadowban-eu-frontend.git $ git@github.com:tsukumijima/shadowban-eu-frontend.git
$ cd shadowban-eu-backend $ cd shadowban-eu-backend
# Dependencies installation # Dependencies installation
$ pip install --no-cache-dir -r requirements.txt $ pip install --no-cache-dir -r requirements.txt
# Copy .env.example to .env # Copy .env.example to .env
$ cp .env.example .env $ cp .env.example .env
``` ```
...@@ -44,6 +46,7 @@ Run the following commands in order. ...@@ -44,6 +46,7 @@ Run the following commands in order.
# Clone this repository # Clone this repository
$ git@github.com:tsukumijima/shadowban-eu-frontend.git $ git@github.com:tsukumijima/shadowban-eu-frontend.git
$ cd shadowban-eu-backend $ cd shadowban-eu-backend
# Copy .env.example to .env # Copy .env.example to .env
$ cp .env.example .env $ cp .env.example .env
``` ```
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment