diff --git a/README.md b/README.md
index 5a46e7f0..7fab5b33 100644
--- a/README.md
+++ b/README.md
@@ -52,6 +52,29 @@ npm run lint
## Contribute
**Pull requests are welcome !** Feel free to contribute.
+### Add a tool
+To add a tool you just have to create a vue component in [src/routes/tools](./src/routes/tools), example:
+```vue
+
+
+ My component
+ Lorem ipsum dolor sit amet, consectetur adipisicing elit.
+
+
+
+
+
+
+```
+
+Then, update the file [router.js](./src/router.js) specifying info of the component.
+Use [fontawesome 5](https://fontawesome.com/icons?d=gallery&m=free) for icons.
+
## Credits
Coded with ❤️ by [Corentin Thomasset](//corentin-thomasset.fr).