Skip to content

Commit

Permalink
Updated the CLI version in Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
bovem committed Jan 16, 2024
1 parent 8289e54 commit 4916482
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 @@ -14,9 +14,9 @@ but I decided to create a command line tool because:
* I edit and maintain the document using applications like VSCode, VIM, and Obsidian.
* I can use Git for Version Control.

## Download
## Download/Update
```bash
curl -L https://github.com/bovem/brag/releases/download/v0.1/brag-linux-amd64 > /usr/local/bin/brag
curl -L https://github.com/bovem/brag/releases/download/v0.2/brag-linux-amd64 > /usr/local/bin/brag
```

## Setup and Usage
Expand Down

0 comments on commit 4916482

Please sign in to comment.