Skip to content

Commit

Permalink
Updated mkdocs documentation by adding notes
Browse files Browse the repository at this point in the history
  • Loading branch information
= committed Oct 3, 2024
1 parent cccea3f commit b023fbb
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions docs/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,9 +156,13 @@ These are needed before working to get engine3d building successfully on your pl
export VK_LAYER_PATH="$VULKAN_SDK/share/vulkan/explicit_layer.d"
```

After adding these exports, refresh your `.zshrc` by doing `source ~/.zshrc`
!!! note

To check if vulkan is installed, you should be able to type the following command `vkvia`

After installing Vulkan you should be able to type the following command `vkvia`
This runs the vulkan basic cube program validating vulkan's been installed correctly.

After adding these exports, refresh your `.zshrc` by doing `source ~/.zshrc`

---

Expand Down

0 comments on commit b023fbb

Please sign in to comment.