Skip to content

Commit

Permalink
Added bash command to download github release binary
Browse files Browse the repository at this point in the history
  • Loading branch information
bovem committed Jan 7, 2024
1 parent 71520a4 commit ba3f713
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ 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
```bash
curl -L https://github.com/bovem/brag/releases/download/v0.1/brag-linux-amd64 > /usr/local/bin/brag
```

## Setup and Usage
To initialize a bragging document directory create a Git repository on any provider
like GitHub, GitLab, BitBucket, etc., and clone the repository locally. You can also
Expand Down

0 comments on commit ba3f713

Please sign in to comment.