... | ... | @@ -17,8 +17,9 @@ See what changed over the different releases. |
|
|
Linux version of AnyWave will run in a docker container.
|
|
|
|
|
|
1. Install docker on your linux system.
|
|
|
2. The link sent to you when you request the download will give you the name of the docker repository to pull.
|
|
|
3. run the application using the following script:
|
|
|
2. Request the linux version in Donwload.
|
|
|
3. Install the anywave dockere container
|
|
|
4. Run the application using the following script:
|
|
|
````bash
|
|
|
docker run -it --rm \
|
|
|
-e DISPLAY=$DISPLAY \
|
... | ... | |