24 lines
1.0 KiB
Markdown
24 lines
1.0 KiB
Markdown
|
|
# Stormfetch
|
|
## A simple linux fetch program written in go and bash
|
|
|
|
### Developers:
|
|
- [CapCreeperGR ](https://gitlab.com/CapCreeperGR)
|
|
|
|
### Project Information
|
|
Stormfetch is a program that can read your system's information and display it in the terminal along with ascii art of the linux distribution you are running.
|
|
Stormfetch is still in beta and distro compatibility is limited. If you would like to contribute ascii art or add other compatibility features feel free to create a pull request or notify me through gitlab issues
|
|
|
|
### Installation Guide
|
|
- Download `go` from your package manager or from the go website
|
|
- Download `make` from your package manager
|
|
- (Optional) Download `lshw` from your package manager to display GPU information
|
|
- Run the following command to compile the project
|
|
```
|
|
make
|
|
```
|
|
- Run the following command to install stormfetch into your system. You may also append a DESTDIR variable at the end of this line if you wish to install in a different location
|
|
```
|
|
make install PREFIX=/usr SYSCONFDIR=/etc
|
|
```
|