Skip to content

Commit 9a61795

Browse files
Update 02_Development_environment.adoc
Linux installation instructions referred to the VulkanSDK Linux tarball as a .tgz, but on the lunarg website it is provided as a tar.xz. Changed the command to reflect that.
1 parent 337f336 commit 9a61795

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

en/02_Development_environment.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ link to the latest on like so:
317317
[,shell]
318318
----
319319
pushd vulkansdk
320-
tar -xzf vulkansdk-linux-x86_64-1.4.304.1.tgz
320+
tar -xf vulkansdk-linux-x86_64-1.4.304.1.tar.xz
321321
ln -s 1.4.304.1 default
322322
----
323323

0 commit comments

Comments
 (0)