Skip to content

Commit c9a15a4

Browse files
Update README.md
1 parent b939409 commit c9a15a4

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

README.md

+4-7
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,10 @@ Submit your public instance [here](https://github.com/Domterion/zer0bin/issues/n
5353
3. `cp example.nginx /etc/nginx/sites-avaliable/yoursite.tld`, edit as appropriate, `sudo cp /etc/nginx/sites-avaliable/yoursite.tld /etc/nginx/sites-enabled/yoursite.tld && systemctl nginx restart`
5454
4. `psql -d postgres`
5555
5. `CREATE DATABSE zer0bin;` and `\c zer0bin`
56-
6. Paste contents of `schema.sql`
57-
7. `\q`
58-
8. `cd ../frontend`
59-
9. `yarn && yarn run build`
60-
10. `cd backend`
61-
11. `cargo build --release`
62-
14. `./target/release/backend` (preferably in a tmux session)
56+
6. Paste contents of `schema.sql` and `\q`
57+
7. `cd frontend && yarn && yarn run build`
58+
8. `cd ../backend && cargo build --release`
59+
9. `./target/release/backend` (preferably in a tmux session)
6360

6461
### Configuration
6562

0 commit comments

Comments
 (0)