Actualiser README.md
This commit is contained in:
@@ -21,13 +21,13 @@ $ gcc `sdl-config --cflags --libs` glisseur_10.c -o glisseur_10
|
|||||||
```
|
```
|
||||||
|
|
||||||
- - - - - - -
|
- - - - - - -
|
||||||
# Runing
|
# Running
|
||||||
```
|
```
|
||||||
$ ./sdl-glisseur_10
|
$ ./sdl-glisseur_10
|
||||||
```
|
```
|
||||||
|
|
||||||
- - - - - - -
|
- - - - - - -
|
||||||
# Stoping
|
# Killing
|
||||||
```
|
```
|
||||||
$ top (or ps ax) ---> get PID of the glider proccess
|
$ top (or ps ax) ---> get PID of the glider proccess
|
||||||
$ kill -9 PID
|
$ kill -9 PID
|
||||||
|
|||||||
Reference in New Issue
Block a user