Skip to content

Commit

Permalink
docs: fix grammar error
Browse files Browse the repository at this point in the history
  • Loading branch information
csirianni committed Dec 24, 2023
1 parent 6146f7e commit c125bc0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,20 +25,20 @@ yarn dev
To run the backend, `cd` into the `/backend` and compile the program:

```console
mkdir build && cd build
cmake .. -DCMAKE_TOOLCHAIN_FILE=conan_toolchain.cmake -DCMAKE_BUILD_TYPE=Release
cmake --build .
make build
```

Then, you can simply run this command on an existing database:
Database file paths should end in .db, like "passwords.db"

```console
build/src/server <database filepath>
```

If you want to build a new database from a new or existing database, you can use the --build flag after the filepath.
If you want to build a new database from a new or existing database, you can use the --build flag after the filepath.

```console
build/src/server <database filepath> --build
```

Ensure that the backend is running with the frontend, otherwise you will see a message of server errors on the front-end website.
Ensure that the backend is running with the frontend, otherwise you will see a server error on the front-end website.

0 comments on commit c125bc0

Please sign in to comment.