💠 The Terminal-Based Fractal Explorer 💠
How to install 📥
From crates.io:
bash
cargo install rsfrac
From the Github repo
bash
cargo install --git https://github.com/SkwalExe/rsfrac
Starting the app
Caution
If the command is not found after installation, you may need to add ~/.cargo/bin
to your path. You can do this by adding export PATH=$PATH:~/.cargo/bin
to your .bashrc
or .zshrc
file. You will also need to open a new shell session.
bash
# For bash
echo 'export PATH=$PATH:~/.cargo/bin' >> ~/.bashrc && bash
# For zsh
echo 'export PATH=$PATH:~/.cargo/bin' >> ~/.zshrc && zsh
Now you can start the application with this command:
bash
rsfrac