forked from Tonio2/hetic_git
-
Notifications
You must be signed in to change notification settings - Fork 0
Installation Windows
Arnaud Fischer edited this page Jul 22, 2025
·
2 revisions
Test Version
cargo build --releaseTo simplify access, add the folder to your PATH (Adapt to your needs)
echo 'export PATH="$HOME/chemin-du-dossier/target/release:$PATH"' >> ~/.bashrc
source ~/.bashrcThis command adds the line to the end of your ~/.bashrc file, so each time you open a terminal the folder containing guts will be in the PATH.
source ~/.bashrc reloads the config immediately in the current session.
You can check this with cargo test or simply test cmd in your terminal.
After that, you can simply type :
guts help
guts init
guts hash-object README.md
guts cat-file