From f29cc8af8332e1bd513b4730810d1f438046d50c Mon Sep 17 00:00:00 2001 From: Felix Zeller Date: Thu, 29 Feb 2024 09:43:57 -0500 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 5f1a48ef..0286a115 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,12 @@ If you are using Arch Linux, you can install the latest Git version through the paru -S markdown-oxide-git ``` +### Cargo + +If you have cargo installed, you can easily install the binary for the LS by running the following command: + +`cargo install --git https://github.com/Feel-ix-343/markdown-oxide.git markdown-oxide` + ### Manual (for MacOS, Windows, and *other* linux distributions) Clone the repository and then run `cargo build --release`.