diff --git a/README.md b/README.md index 2616366..dd18e19 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,6 @@ A collection of one-click buttons and scripts for deploying code-server to vario - [👀 Docs for the VM install script](deploy-vm/) - Deployed containers do not persist, and are often rebuilt - Containers can shut down when you are not using it, saving you money - - All software and dependencies need to be defined in the `Dockerfile` or install script so they aren't destroyed on a rebuild. THis is great if you want to have a consistant environment every time. + - All software and dependencies need to be defined in the `Dockerfile` or install script so they aren't destroyed on a rebuild. This is great if you want to have a new, clean environment every time you code - Storage may not be redundant. You may have to use [rclone](https://rclone.org/) to store your filesystem on a cloud service, for info: - [📄 Docs for code-server-deploy-container](deploy-container/)