Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
redtree0 committed Nov 26, 2018
1 parent 7122899 commit 86d6e74
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions LinuxContainer/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@

Prerequirements
HOST : MacOS
python : python2.7

```
$ git clone https://github.com/redtree0/Learning-C.git
$ cd LinuxContainer
Expand All @@ -9,14 +13,15 @@ $ source env/bin/activate

```
(env) $ pip install -r requirements.txt
(env)$ ansible-galaxy install -r requirements.yml -p roles/
(env) $ ansible-galaxy install -r requirements.yml -p roles/
```

```
$ make setup
(env) $ make setup
```

```
(env) $ vagrant ssh linuxcontainer
vagrant@linuxcontainer:~$ git clone https://github.com/redtree0/diyC.git
vagrant@linuxcontainer:~$ cd diyC
vagrant@linuxcontainer:~$ make setup
Expand Down

0 comments on commit 86d6e74

Please sign in to comment.