Update README.md

updated to include building instructions
This commit is contained in:
Pyro57000
2023-11-20 11:04:20 -06:00
committed by GitHub
parent 7cafd012e7
commit 136793698a

View File

@@ -2,3 +2,5 @@
Just a collection of tools and scripts, eventually I'll get them to interact with eatchother a bit better. 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 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. 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.