From 136793698a787bf0e11e2e09f079b98f19590f0d Mon Sep 17 00:00:00 2001 From: Pyro57000 <147988717+Pyro57000@users.noreply.github.com> Date: Mon, 20 Nov 2023 11:04:20 -0600 Subject: [PATCH] Update README.md updated to include building instructions --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b4f2161..e78d171 100644 --- a/README.md +++ b/README.md @@ -2,3 +2,5 @@ Just a collection of tools and scripts, eventually I'll get them to interact with eatchother a bit better. For example the next goal is to get all my parsers to parse the output of tools and give you the option of inserting them directly into your obsidian notebook. + +to build each project you'll want to have rust installed on your computer, I personally recommend using rustup according to the instructions [[https://www.rust-lang.org/tools/insall|here]] once you have that installed and a default toolkit selected you should be able to just use cargo to compile these. I've only really tested most of them on linux but they might work for windows as well.