Skip to content
Snippets Groups Projects
Commit 2e73acf1 authored by Rayza Mahendra G H's avatar Rayza Mahendra G H
Browse files

Update README.md

parent b2bbbce1
No related merge requests found
...@@ -59,11 +59,12 @@ A step by step series of examples that tell you how to get a development env run ...@@ -59,11 +59,12 @@ A step by step series of examples that tell you how to get a development env run
### Frequent Use Guide ### Frequent Use Guide
1. After a successful installation you only need to run this commands to run the database 1. After a successful installation you only need to run this command in ~/go/src/gitlab.informatika.org/label-1-backend/ to run the database
``` ```
./dbstart ./dbstart
``` ```
2. and this command to run the server 2. and navigate into base directory and run this command to run the server
``` ```
./base serve ./base serve
``` ```
......
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