Skip to content

Commit 339d47f

Browse files
Omranicbestlong
authored andcommitted
Update linuxbrew install instructions (laradock#1631)
1 parent 600a615 commit 339d47f

1 file changed

Lines changed: 2 additions & 13 deletions

File tree

  • DOCUMENTATION/content/documentation

DOCUMENTATION/content/documentation/index.md

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1310,20 +1310,9 @@ It should be like this:
13101310

13111311
Linuxbrew is a package manager for Linux. It is the Linux version of MacOS Homebrew and can be found [here](http://linuxbrew.sh). To install Linuxbrew in the Workspace container:
13121312

1313-
1 - Open the `docker-compose.yml` file
1314-
1315-
2 - Search for the `INSTALL_LINUXBREW` argument under the Workspace Container and set it to `true`
1316-
1317-
It should be like this:
1313+
1 - Open the `.env` file
13181314

1319-
```yml
1320-
workspace:
1321-
build:
1322-
context: ./workspace
1323-
args:
1324-
- INSTALL_LINUXBREW=true
1325-
...
1326-
```
1315+
2 - Search for the `WORKSPACE_INSTALL_LINUXBREW` argument under the Workspace Container and set it to `true`
13271316

13281317
3 - Re-build the container `docker-compose build workspace`
13291318

0 commit comments

Comments
 (0)