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 ff7db1c commit 4a0cb47Copy full SHA for 4a0cb47
gettingstarted/VSCode.md
@@ -41,7 +41,12 @@ Cmake should automatically configure the project with the selected configuration
41
42
<video autoplay muted playsinline loop src="resources/build.mp4" type="video/mp4"></video>
43
44
-Press `Ctrl + Shift + B`, or click the build button with the cog icon in the status bar, or run the `CMake: build` task.
+To build, either:
45
+
46
+- Run [Pixi](./index.md#pixi) (**Recommended**), or
47
+- Press `Ctrl + Shift + B`, or
48
+- Click the build button with the cog icon in the status bar, or
49
+- Run the `CMake: build` task
50
51
**NOTE:** The first build takes a while.
52
0 commit comments