Skip to content

Commit

Permalink
docs: improve formatting for code
Browse files Browse the repository at this point in the history
  • Loading branch information
csirianni committed Dec 24, 2023
1 parent c125bc0 commit 9d91acb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ make build
```

Then, you can simply run this command on an existing database:
Database file paths should end in .db, like "passwords.db"
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 path, you can use the `--build` flag after the path.

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

0 comments on commit 9d91acb

Please sign in to comment.