this repo has no description

moved gitui to winget on windows

+5 -3
+5 -3
README.md
··· 6 6 2. Rust: 7 7 2.1. Windows: [Windows installer](https://static.rust-lang.org/rustup/dist/x86_64-pc-windows-msvc/rustup-init.exe) 8 8 2.2. Bash: `curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh` 9 - 3. Cargo installs `cargo install --locked dprint gitui eza` 10 - 4. marksman: https://github.com/artempyanykh/marksman/releases and move binary to ~/bin folder 11 - 5. winget: `winget install ajeetdsouza.zoxide junegunn.fzf` 9 + 3. marksman: https://github.com/artempyanykh/marksman/releases and move binary to ~/bin folder 10 + 4. Cargo: 11 + - Linux: `cargo install --locked dprint gitui eza`; 12 + - windows: `cargo install --locked dprint eza` 13 + 5. winget: `winget install ajeetdsouza.zoxide junegunn.fzf StephanDilly.gitui`