Skip to content

Commit e1021e9

Browse files
authored
Add clone instructions to README
1 parent a250a20 commit e1021e9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# development-env
22
The files to build a docker container with the applications I use for development
33

4+
# Clone
5+
```
6+
git clone --recursive [email protected]:js-jslog/development-env.git
7+
```
8+
49
# Build
510
```
611
docker build --build-arg http_proxy --build-arg https_proxy --build-arg HTTP_PROXY --build-arg HTTPS_PROXY .

0 commit comments

Comments
 (0)