Commit b66ec6949a518b77c9a8e598053fd4fe0948d5d2

Thomas de Grivel 2023-12-18T17:44:35

readme: make demo

diff --git a/README.md b/README.md
index 8c9109d..2619097 100644
--- a/README.md
+++ b/README.md
@@ -47,6 +47,35 @@ make
 export LD_LIBRARY_PATH=$PWD/libc3/.libs:$PWD/libffi/.libs
 ```
 
+### Running the OpenGL demo
+```sh
+make demo_gl
+```
+
+Press Q to quit, F for fullscreen, Left and Right arrows to move
+through sequences.
+
+Other targets exist :
+```sh
+make demo_gl_asan
+make gdb_demo_gl
+make lldb_demo_gl
+```
+
+### Running the Cairo demo
+```sh
+make demo
+```
+
+Press Q to quit, Left and Right arrows to move through sequences.
+
+Other targets exist :
+```sh
+make demo_asan
+make gdb_demo
+make lldb_demo
+```
+
 ### Running the tests
 ```sh
 make test