We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c309c4 commit b8a98a3Copy full SHA for b8a98a3
1 file changed
README.md
@@ -33,3 +33,4 @@ The book can be viewed and edited on GitHub by going to
33
- When finished editing, run `docker ps` to get the container's ID or name
34
- To stop the container (for quicker setup next time), run `docker stop <container>`
35
- To stop and remove the container (to start fresh next time), `docker rm -f <container>`
36
+ - Remove generated files outside of the container: `rm -r .astro .pnpm-store`
0 commit comments