diff --git a/README.md b/README.md
index a51f9c53..1a459530 100644
--- a/README.md
+++ b/README.md
@@ -1,12 +1,6 @@

-Useful tools for developer and people working in IT. [Have a look !](https://it-tools.tech).
-
-## Functionalities and roadmap
-
-Please check the [issues](https://github.com/CorentinTh/it-tools/issues) to see if some feature listed to be implemented.
-
-You have an idea of a tool? Submit a [feature request](https://github.com/CorentinTh/it-tools/issues/new/choose)!
+Useful tools for developer and people working in IT. [Have a look !].
## Self host
@@ -104,24 +98,3 @@ pnpm run script:create:tool my-tool-name
```
It will create a directory in `src/tools` with the correct files, and a the import in `src/tools/index.ts`. You will just need to add the imported tool in the proper category and develop the tool.
-
-## Contributors
-
-Big thanks to all the people who have already contributed!
-
-[](https://github.com/corentinth/it-tools/graphs/contributors)
-
-## Credits
-
-Coded with ❤️ by [Corentin Thomasset](//corentin-thomasset.fr).
-
-This project is continuously deployed using [vercel.com](https://vercel.com).
-
-Contributor graph is generated using [contrib.rocks](https://contrib.rocks/preview?repo=corentinth/it-tools).
-
-
-
-
-## License
-
-This project is under the [GNU GPLv3](LICENSE).
diff --git a/locales/en.yml b/locales/en.yml
index 4e2e6161..047142c9 100644
--- a/locales/en.yml
+++ b/locales/en.yml
@@ -3,17 +3,10 @@ home:
newestTools: Newest tools
favoriteTools: 'Your favorite tools'
allTools: 'All the tools'
- subtitle: 'Handy tools for developers'
+ subtitle: 'Avnit Testing Handy tools for developers'
toggleMenu: 'Toggle menu'
home: Home
uiLib: 'UI Lib'
- follow:
- title: 'You like it-tools?'
- p1: 'Give us a star on'
- githubRepository: 'IT-Tools GitHub repository'
- p2: 'or follow us on'
- twitterAccount: 'IT-Tools Twitter account'
- thankYou: 'Thank you !'
nav:
github: 'GitHub repository'
githubRepository: 'IT-Tools GitHub repository'
diff --git a/run.sh b/run.sh
new file mode 100755
index 00000000..2e7f359b
--- /dev/null
+++ b/run.sh
@@ -0,0 +1,5 @@
+sudo docker build -t it-tools .
+sudo docker tag it-tools:latest abambah/it-tools:v3
+sudo docker push abambah/it-tools:v3
+sudo docker rm --force it-tools
+sudo docker run -d --name it-tools --restart unless-stopped -p 8081:80 abambah/it-tools:v3
\ No newline at end of file