docs: update

This commit is contained in:
Dylan Araps 2019-08-03 00:37:09 +03:00
parent 86b94454c4
commit 869fe3bc9b
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ All package `build` and `post-install` scripts are subject to checks using `shel
## Code style
- Indentation should be 4 spaces.
- Indentation is 4 spaces.
- Keep variables lowercase unless they're environment variables.
- Use `#!/bin/sh -e`.
- Use `/usr` as the prefix.