mirror of
https://github.com/m1k1o/neko.git
synced 2024-07-24 14:40:50 +12:00
added chromium option
This commit is contained in:
@ -47,8 +47,19 @@ Development:
|
||||
libxtst-dev
|
||||
```
|
||||
|
||||
### Testing
|
||||
------
|
||||
located in `.docker` folder
|
||||
```
|
||||
./test firefox // creates an x server, puleseaudio server add firefox instance
|
||||
./test chromium // creates an x server, puleseaudio server add chromium instance
|
||||
```
|
||||
|
||||
### Building
|
||||
------
|
||||
located in `.docker` folder
|
||||
```
|
||||
./build
|
||||
./build gst // builds the required gst packages in `.build/gst/`
|
||||
./build docker // builds the docker images
|
||||
./build push // pushes the images to docker hub
|
||||
```
|
||||
|
Reference in New Issue
Block a user