Skip to content

Commit a55fd47

Browse files
authored
Update README.md
1 parent 4fe51bc commit a55fd47

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.md

+7-6
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ These are the goals of this phase:
6060
# Desktopus PoC (Currently in phase 1)
6161

6262
At the moment there is only an _Ubuntu 20.04_ image with XFCE as a base image. Also some modules are created in `/src/modules`.
63-
Each module represents a software to be installed on the `base` image. All workspaces are defined in the `workspaces.csv` format.
63+
Each module represents a software to be installed on the `base` image. All workspaces are defined in the `workspaces` folder.
6464

6565
Each module has three kind of files:
6666

@@ -79,19 +79,20 @@ Each module has three kind of files:
7979
- `firefox`
8080
- `chrome`
8181
- `oh-my-zsh`
82+
- `terminator`
8283

83-
## Example workspaces in `workspaces.csv`
84+
## Example workspaces in `workspaces` directory
8485

8586
|Name|Base|Modules|
8687
---|---|---|
87-
|ubuntu-20.04-xfce-firefox-chrome-docker|ubuntu:20.04-xfce|docker:20.10.12,docker-compose:1.29.2,firefox,google-chrome|
88-
|ubuntu-20.04-xfce-docker|ubuntu:20.04-xfce|docker:20.10.12|
89-
|ubuntu-20.04-xfce-docker|ubuntu:20.04-xfce|
88+
|ubuntu-basic-tools|ubuntu:20.04-xfce|docker,docker-compose,firefox,google-chrome,oh-my-zsh,terminator|
89+
|ubuntu-docker|ubuntu:20.04-xfce|docker|
90+
|ubuntu-minimal|ubuntu:20.04-xfce|
9091

9192

9293
## Generate workspaces
9394

94-
The input file which contains information of workspaces to be generated is in `workspaces.csv`
95+
The input file which contains information of workspaces to be generated is in `workspaces` directory. Each workspace is defined a different `<workspace_name>.info` file.
9596

9697
```
9798
./generate_workspaces.sh

0 commit comments

Comments
 (0)