Add instructions for Linux

This commit is contained in:
Alf Eaton 2021-03-19 12:05:22 +00:00
parent d4b4cb399a
commit 7e3edcee2c

View file

@ -70,6 +70,13 @@ Then start the Docker container:
Note: if you're running the CLSI in macOS you may need to use `-v /var/run/docker.sock.raw:/var/run/docker.sock` instead.
Note: if you're running the CLSI in Linux you may need to adjust the permissions of the `compiles` folder to match your local user:
```shell
sudo chown -R $(whoami):root compiles/
sudo chmod g+w -R compiles/
```
The CLSI should then be running at <http://localhost:3013>
Config