[+] Add instructions to install nightly version

This commit is contained in:
Hykilpikonna 2022-11-05 00:16:57 -04:00
parent 43aecc70fe
commit ece7cb1f8f
No known key found for this signature in database
GPG key ID: 256CD01A41D7FA26
2 changed files with 7 additions and 1 deletions

View file

@ -91,6 +91,12 @@ Updates to `neowofetch` begins with the emoji 🖼️
### Unpublished 1.4.4 ### Unpublished 1.4.4
Note: You can install the latest nightly version by using:
```sh
pip install git+https://github.com/hykilpikonna/hyfetch.git@master
```
* 🌈 Fix Python 3.11 compatibility (#35) * 🌈 Fix Python 3.11 compatibility (#35)
* 🖼️ Memory - Optimize and fix memory unit conversion (dylanaraps/neofetch#2225) * 🖼️ Memory - Optimize and fix memory unit conversion (dylanaraps/neofetch#2225)
* 🖼️ CPU - Fix model detection for loongson (#34) * 🖼️ CPU - Fix model detection for loongson (#34)

View file

@ -7,7 +7,7 @@ from pathlib import Path
from typing_extensions import Literal from typing_extensions import Literal
CONFIG_PATH = Path.home() / '.config/hyfetch.json' CONFIG_PATH = Path.home() / '.config/hyfetch.json'
VERSION = '1.4.3' VERSION = '1.4.4rc1'
TEST_ASCII = r""" TEST_ASCII = r"""