Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 476 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 476 Bytes

FurFetch

A simple fetch in C.

Compiling

To compile the program, you need to have the gcc compiler installed on your system and have the make and cmake tools installed.

To compile the program, run the following commands:

sh build.sh

Running

To run the program, run the following command:

./build/furfetch

License

This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details.