Skip to content

Commit

Permalink
docs: updated install instructions (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
miampf authored Jan 21, 2024
1 parent 645c84f commit 1fca27a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ A simple program to organize plain text files with tags.

## Installation

### As a binary
### With cargo

Simply head to the [releases](https://github.com/miampf/tag/releases) page and download the latest release for your system.
Just run `cargo install tag` to install `tag` for your system.

### From source
### As a binary

Simply clone the repository and run `cargo install --target=<YOURTARGET>` to build and install the project. Replace `<YOURTARGET>` with either `x86_64-pc-windows-gnu` for windows or `x86_64-unknown-linux-gnu` for linux.
Simply head to the [releases](https://github.com/miampf/tag/releases) page and download the latest release for your system.

## Usage

Expand Down

0 comments on commit 1fca27a

Please sign in to comment.