File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed
src/content/docs/tutorial/01 Introduction Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -100,14 +100,6 @@ Follow the [LunarG Vulkan SDK Installation Guide](https://vulkan.lunarg.com/doc/
100100 sudo apt install vulkan-sdk
101101 ```
102102</TabItem >
103- <TabItem label = " Ubuntu 22.04 (Jammy Jellyfish)" >
104- ``` bash
105- wget -qO- https://packages.lunarg.com/lunarg-signing-key-pub.asc | sudo tee /etc/apt/trusted.gpg.d/lunarg.asc
106- sudo wget -qO /etc/apt/sources.list.d/lunarg-vulkan-jammy.list http://packages.lunarg.com/vulkan/lunarg-vulkan-jammy.list
107- sudo apt update
108- sudo apt install vulkan-sdk
109- ```
110- </TabItem >
111103</Tabs >
112104
113105If you're using another distribution, see [ LunarG's official instructions] ( https://vulkan.lunarg.com/sdk/home#linux ) .
You can’t perform that action at this time.
0 commit comments