Skip to content
Snippets Groups Projects
Commit 3e963b93 authored by Jay Patel's avatar Jay Patel
Browse files

Update README.md

parent 72c6ee4f
Branches
No related tags found
No related merge requests found
......@@ -25,14 +25,14 @@ To launch this project, you can download the source code as a zip file or you ca
cd cs-375-project
```
## 2. Initialize the database by: (when running for first time or after deleting the database)
1. navigating to the db directory
## 2. Initialize (when running for first time or after deleting the database) the database by:
navigating to the db directory
```bash
cd into db folder
```
2. execute the command `./db.bash -init` to initialize our Database
execute the command `./db.bash -init` to initialize our Database
## 3 Database maintaining:
Database maintaining:
1. execute the command `./db.bash -backup` to save a local backup of the Database
2. execute the command `./db.bash -update` to update the current database with the latest one
3. execute the command `./db.bash -destroy` to delete database
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment