Skip to content

Commit 31dfdfb

Browse files
committed
document to make sure all mount points are given
1 parent 9d86472 commit 31dfdfb

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

README.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,30 @@ A minimal skeleton to start with a minimal php project.
3333

3434
## Environment
3535

36-
Add the following environment variable to your system, for example within `~/.bash_aliases`:
36+
Add the following environment variable to your system, for example within `~/.bashrc` or `~/.zshrc`:
3737

3838
```sh
3939
export USER_ID=$(id -u)
4040
export GROUP_ID=$(id -g)
4141
```
4242

43+
Make sure all the mount points are given
44+
45+
```sh
46+
touch ~/.bash_docker
47+
touch ~/.bash_history
48+
```
49+
50+
```sh
51+
touch ~/.gitconfig
52+
touch ~/.gitignore
53+
```
54+
55+
```sh
56+
touch ~/.zsh_docker
57+
touch ~/.zsh_history
58+
```
59+
4360
### Docker
4461

4562
```sh

0 commit comments

Comments
 (0)