diff --git a/docs/getting-started/linux_install.md b/docs/getting-started/linux_install.md index 386c601fd..59f999267 100644 --- a/docs/getting-started/linux_install.md +++ b/docs/getting-started/linux_install.md @@ -134,7 +134,7 @@ sclang 2\.b. Paste this line and press Enter (and wait, it returns immediately but processes in the background). ```c -Quarks.checkForUpdates({Quarks.install("SuperDirt", "v1.7.3"); thisProcess.recompile()}) +Quarks.checkForUpdates({Quarks.install("SuperDirt", "v1.7.4"); thisProcess.recompile()}) ``` ---