This commit is contained in:
parent
546b0c7868
commit
0799761ef8
36
README.md
Normal file
36
README.md
Normal file
@ -0,0 +1,36 @@
|
||||
# Broccoli Development Environment
|
||||
|
||||
Setup the broccoli command line interface with the following command.
|
||||
```
|
||||
source bcli-develop.sh
|
||||
```
|
||||
|
||||
Download the developement environment and boot it up in docker
|
||||
```
|
||||
bcli up
|
||||
```
|
||||
|
||||
Open up a shell inside the development environment. Here you will have access to all of the necessary tools.
|
||||
```
|
||||
bcli
|
||||
```
|
||||
|
||||
Your home directory will be mounted at
|
||||
```
|
||||
/host
|
||||
```
|
||||
|
||||
Many of the installed tools may be found at
|
||||
```
|
||||
/opt
|
||||
```
|
||||
|
||||
Finally, vim is fully set up for both golang and act
|
||||
```
|
||||
vim file.act
|
||||
```
|
||||
|
||||
When you are done, you can shut down the development environment.
|
||||
```
|
||||
bcli down
|
||||
```
|
Loading…
Reference in New Issue
Block a user