Fixed formatting

This commit is contained in:
C0UNTM31N 2022-09-10 00:15:33 -05:00
parent d6b33ae3e9
commit 7b62c80881

View file

@ -32,6 +32,13 @@ Currently, these distributions have existing packages for HyFetch:
### Method 3: Install using git and python
Run the following commands:
```sh
git clone https://github.com/hykilpikonna/hyfetch.git
cd hyfetch
sudo python setup.py install
```
## Usage
When you run `hyfetch` for the first time, it will prompt you to choose a color system and a preset. Just follow the prompt, and everything should work (hopefully). If something doesn't work, feel free to submit an issue!
@ -40,12 +47,6 @@ If you want to use the updated `neofetch` without LGBTQ flags, check out [this s
## Contributing
### Build Dependencies:
Ubuntu/Pop!_OS:
python-is-python3
twine
### Building Hyfetch
clone the git repository using: