Skip to content

Commit 48fa8c5

Browse files
authored
Update README.md
1 parent 5bd1912 commit 48fa8c5

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,10 @@ sudo osxiec -deploym {config_file}
161161
```sh
162162
sudo osxiec -oexec {bin_file_path}
163163
```
164-
164+
**Gexec** executes a container in gui mode
165+
```sh
166+
sudo osxiec -gexec {bin_file_path}
167+
```
165168
**Extract** extracts files and folders from a container
166169
```sh
167170
sudo osxiec -extract {bin_file_path}
@@ -187,7 +190,10 @@ port is optional
187190
```sh
188191
sudo osxiec -ostart {volume_name}
189192
```
190-
193+
**Gstart** starts a container a stopped container in gui mode
194+
```sh
195+
sudo osxiec -gstart {volume_name}
196+
```
191197
**Api** an api that exposes some more functions of the cli
192198
```sh
193199
osxiec -api {argument}
@@ -197,11 +203,6 @@ osxiec -api {argument}
197203
```sh
198204
sudo osxiec -update
199205
```
200-
201-
**Add plugin** adds a plugin
202-
```sh
203-
sudo osxiec -add_plugin {path_to_source.c}
204-
```
205206
## Creating a container
206207
Make sure to include any dependencies or executables you can obtain these by searching for where a dependency or executable is located and copying it along with it's dependencies.
207208

0 commit comments

Comments
 (0)