Spelling and one more blog post

This commit is contained in:
Jim Bennett
2022-08-30 23:37:19 +00:00
parent 30a48cf037
commit 540a4a24a9
8 changed files with 87 additions and 15 deletions

View File

@@ -33,7 +33,7 @@ The first step is to open the repo in Codespaces. From the repo in GitHub, selec
![The new codespace button](image-2.png)
This will set up your code in a new Codespace - essentiall a blank VM using a default image from GitHub. This image is based off Ubuntu, and comes pre-configured with Python. Node, Docker and other stuff. You can read up on this default image at [aka.ms/ghcs-default-image](https://aka.ms/ghcs-default-image).
This will set up your code in a new Codespace - essentially a blank VM using a default image from GitHub. This image is based off Ubuntu, and comes pre-configured with Python. Node, Docker and other stuff. You can read up on this default image at [aka.ms/ghcs-default-image](https://aka.ms/ghcs-default-image).
This image contains almost everything I need - the tools are all installed, and VS Code is running with my code in it.