From 1fca27a4734b439d87fa09f1d0e230bd67aab267 Mon Sep 17 00:00:00 2001 From: miampf Date: Sun, 21 Jan 2024 20:58:49 +0000 Subject: [PATCH] docs: updated install instructions (#31) --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index aed3c2d..142158b 100644 --- a/README.md +++ b/README.md @@ -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=` to build and install the project. Replace `` 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