add section
added section on how to use this program
This commit is contained in:
parent
2f3afe974a
commit
b221b3bbd1
18
README.md
18
README.md
@ -1,3 +1,19 @@
|
|||||||
# sort_c
|
# sort_c
|
||||||
|
|
||||||
I am learning C by implementing as many sorting algorithms as I want
|
I am learning C by implementing as many sorting algorithms as I want
|
||||||
|
|
||||||
|
## How to use
|
||||||
|
|
||||||
|
First you have to clone this repository
|
||||||
|
```bash
|
||||||
|
git clone https://gitea.hopeless-cloud.xyz/AustrianToast/sort_c.git && cd sort_c
|
||||||
|
```
|
||||||
|
Now you should be inside the downloaded repository.<br>
|
||||||
|
To compile this you can execute
|
||||||
|
```bash
|
||||||
|
gcc -o main main.c
|
||||||
|
```
|
||||||
|
Now you can run it like this
|
||||||
|
```bash
|
||||||
|
./main
|
||||||
|
```
|
Loading…
x
Reference in New Issue
Block a user