Skip to content
This repository has been archived by the owner on Feb 3, 2023. It is now read-only.

Commit

Permalink
Merge pull request #23 from approvers/fix-readme
Browse files Browse the repository at this point in the history
📝 Fix readme
  • Loading branch information
siketyan authored Dec 25, 2020
2 parents 390990b + d5bd521 commit 70b8b28
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# members-db
![Rust](https://github.com/approvers/members-db/workflows/Rust/badge.svg)
![Docker](https://github.com/approvers/members-db/workflows/Docker/badge.svg)

Database of members in Approvers, implemented in Rust.

## Usage
Expand All @@ -15,6 +18,9 @@ $ cargo run [options] <command> [args...]

- **add \<name\>**
Adds a member with the name.

- **migrate**
Migrates the database to the current version.

## Options
- **-d \<path\>, --database=\<path\>**
Expand Down

0 comments on commit 70b8b28

Please sign in to comment.