Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fonsp authored Jul 19, 2024
1 parent b0cbddd commit 557089f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,12 @@ __EOF__
sudo mv $TEMPFILE /usr/local/bin/pluto-slider-server.sh
```

> #### GLMakie support
> To better support GLMakie, it might be necessary to set a display. In the script above, replace `julia` with
> ```
> DISPLAY=:0 xvfb-run -s '-screen 0 1024x768x24' julia
> ```
### 5. Permissions stuff
```shell
sudo chmod 744 /usr/local/bin/pluto-slider-server.sh
Expand Down

0 comments on commit 557089f

Please sign in to comment.