diff --git a/README.md b/README.md index 3c47e7e..c071150 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ 2. Download VS Code and install it. Open it up and install the extension pack [**Remote Development**](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.vscode-remote-extensionpack) by Microsoft. - - **If you're running Windows:** Do steps 2a and 2b. + - **If you're running Windows:** Do steps 2a and 2b - **If you're running macOS:** Do only step 2a. @@ -39,4 +39,4 @@ Search for **Remote-Containers: Open Folder in Container...** and click it. - If you need to make edits to your docker files, remove all your images, containers and networks that contain "bakethiscake". Remove your inactive volumes as well. This is easy to do if you have the [Docker Extension](https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-docker). Removing all this docker stuff *before* running a new bakethiscake docker container will prevent headaches in the long run, trust me. -- `git push` does not work inside of a VS Code Dev Container terminal. Please `git push` from your local machine terminal instead. \ No newline at end of file +- `git push` does not work inside of a VS Code Dev Container terminal. Please `git push` from your local machine terminal instead.