docs(backend): improve README
This commit is contained in:
parent
f9294eb780
commit
bf1e867040
|
@ -1,7 +1,7 @@
|
|||
# Backend Usage
|
||||
|
||||
In order for this to work, you need to have [sqlite3](https://sqlite.org)
|
||||
installed on your system. Once you do, make a databse called `users.db`
|
||||
In order to run the backend, you need to have [sqlite3](https://sqlite.org)
|
||||
installed on your system. Once you do, make a database file named `users.db`
|
||||
and initialize it with the `sql/init.sql` script:
|
||||
|
||||
```sh
|
||||
|
@ -9,4 +9,4 @@ $ cat sql/init.sql | sqlite3 users.db
|
|||
```
|
||||
|
||||
You can optionally provide the `PORT` environment variable to override the
|
||||
default port of 7741
|
||||
default port of `7741`
|
||||
|
|
Reference in a new issue