Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
actuday6418 authored May 25, 2021
1 parent 6a09209 commit 69d0bf0
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Diary
# Diary [![Latest version]][crates.io]
Encrypted memories

[Latest Version]: https://img.shields.io/crates/v/diary.svg
[crates.io]: https://crates.io/crates/serde

# Usage

```
USAGE:
diary [FLAGS] [OPTIONS] --password <password>
Expand All @@ -17,7 +17,8 @@ FLAGS:
OPTIONS:
-d, --database <database> This is the location of the database file. [default: .database]
-p, --password <password> This is the password to the database.

```

## To make an entry
1. Run the program with the password and optionally the database options.
2. On the first screen, enter the day's diary entry. The date and day will be added by Diary.
Expand Down

0 comments on commit 69d0bf0

Please sign in to comment.