readme: removed mention of inventaire-i18n as it should have been installed by 'npm install'

This commit is contained in:
maxlath
2021-08-25 15:19:52 +02:00
parent b3c0b8b408
commit 0a3c629c13

View File

@@ -44,8 +44,6 @@ echo "module.exports = {
" > ./inventaire/config/local.js
```
You can optionnally install translation dependencies of[inventaire-i18n](https://github.com/inventaire/inventaire-i18n/) [need more details]
### Rootless Docker
Docker Engine v20.10 is now available in rootless mode. If you would like to try it, you may follow the [official guide](https://docs.docker.com/engine/security/rootless/) (including command `export DOCKER_HOST=unix://$XDG_RUNTIME_DIR/docker.sock`).