update Readme
This commit is contained in:
parent
968e3c6bd1
commit
2d36f2b1fd
2 changed files with 27 additions and 1 deletions
28
README.md
28
README.md
|
@ -1,3 +1,29 @@
|
|||
# tsock_Abderrahman_Nathan
|
||||
|
||||
implémentation de Tsock par Abderrahman et Nathan
|
||||
implémentation de Tsock par Abderrahman et Nathan
|
||||
|
||||
To compile
|
||||
``` sh
|
||||
gcc -Wall tsock_v0.c
|
||||
```
|
||||
|
||||
To get the files
|
||||
|
||||
``` sh
|
||||
git clone https://git.etud.insa-toulouse.fr/nbillard/tsock_Abderrahman_Nathan.git
|
||||
```
|
||||
|
||||
download updates
|
||||
``` sh
|
||||
git pull
|
||||
```
|
||||
|
||||
upload updates
|
||||
|
||||
``` sh
|
||||
git add .
|
||||
git commit -m "meaningfull message"
|
||||
git push
|
||||
```
|
||||
|
||||
|
||||
|
|
BIN
a.out
Executable file
BIN
a.out
Executable file
Binary file not shown.
Loading…
Reference in a new issue