Using Leonardo on Windows - Commands

Published September 03, 2025

We use WSL to run docker to run Leonardo.

When editing the source code in VSCode, we will often run into file permissions. To fix this issue, run this command:

```sudo chown -R user:user /home/user/llamapress```

Replace user with your windows username.