Skip to content

Commit 95a38a8

Browse files
authored
update asset help
1 parent 6b742d8 commit 95a38a8

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

GenerateAssetsHelp.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,14 @@ There are three docker images available trading off between size and functionali
44

55
To change the docker image, open the file `.devcontainer/devcontainer.json`, comment out the line starting with `"image":` and uncomment the appropriate alternative line below that.
66

7-
Once you save the `devcontainer.json` file, VS Code should offer to rebuild your container. You can also force a rebuild using the command pallet or clicking the "Codespaces" button in the bottom status bar.
7+
Once you save the `devcontainer.json` file, VS Code should offer to rebuild your container. You can also force a rebuild using the command pallet or clicking the "Codespaces" button in the bottom status bar.
8+
9+
## Alternative method for getting sageplot support
10+
11+
If you are on the `pretext:small` image, you can also "upgrade" to full by running the following command in the terminal:
12+
13+
```bash
14+
bash ./.github/scripts/add-sage.sh
15+
```
16+
17+
To do this automatically when you create a new codespace, you can comment out line 33 from the `devcontainer.json` file, and uncomment line 36.

0 commit comments

Comments
 (0)