diff --git a/README.md b/README.md index 84e8021..9d418d5 100644 --- a/README.md +++ b/README.md @@ -1,24 +1,26 @@ # Pytest-monitor slides for OSXP21 -Slides for Pytest-monitor presentation at Open Source Experience on Nov 9th, 2021 +Slides for [Pytest-monitor](https://github.com/CFMTech/pytest-monitor) and [Monitor Server API](https://github.com/CFMTech/monitor-server-api) presentation at [Open Source Experience](https://www.opensource-experience.com/) on Nov 9th, 2021 -Available on [GitHub Pages](https://cfmtech.github.io/slides-osxp21/). - -Based on [reveal.js](https://revealjs.com/) +- Available on [GitHub Pages](https://cfmtech.github.io/slides-osxp21/). +- Based on [reveal.js](https://revealjs.com/) ## Instructions +- Clone the repository + ```bash -$ git clone https://github.com/VisualComputing/colors.git +$ git clone https://github.com/CFMTech/slides-osxp21.git $ git checkout main ``` -- File to edit : [slides en markdown](slides.md) -- Generated on Pages using GitHub Actions - -## Tips & tricks +- File to edit : [slides en markdown](slides.md). Please use this [guide](https://revealjs.com/markdown/). +- Can be generated on Pages using GitHub Actions or locally using a basic web server (requires `npm`) -Record a terminal session : https://www.justegeek.fr/enregistrer-session-terminal-gif-ttygif/ +```bash +$ npm install # To be done only the first time you clone the repository +$ npm start +``` ## Licenses