docs: guideline 3

This commit is contained in:
2024-05-12 10:57:39 +02:00
parent 9f3a3808f9
commit 7d77e398d4
3 changed files with 11 additions and 4 deletions

View File

@ -57,6 +57,13 @@ NB: this does not apply to file names or other text that are not meant to be cop
> Example: this document is named `docs/guidelines/documentation-guidelines.md` instead of `docs/guidelines/documentation.md` because it could cause confusion with `docs/documentation.md`.
3. Commands SHOULD start with a caret: (is that the tehnical term ?)
- `$` if the command should be run as the current user
- `#` if the command should be run as root
> Example: To build in docker, `$ docker build .`
More TODO
## License