diff --git a/README.md b/README.md index 7688f18..eb43a33 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,13 @@ Projet Risotto* ============== -API Risotto +Démarrer le server de l'API Risotto : +``` +python3 script/server.py +``` + +Accéder à un message : +``` +wget http://localhost:8080/v1/config.session.server.start +```