From 3ca84bc653976da8be3371b2d74397d0850a8f85 Mon Sep 17 00:00:00 2001 From: Sipher <77928770+Sipher@users.noreply.github.com> Date: Wed, 5 Jun 2024 13:32:13 -0300 Subject: [PATCH] Update GUIDE.md change from py to sh --- GUIDE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/GUIDE.md b/GUIDE.md index 53ebaf0a..2118d813 100644 --- a/GUIDE.md +++ b/GUIDE.md @@ -25,7 +25,7 @@ Installation ### Install dependencies #### On Linux -```py +```sh # Install Rust if you haven't it already. curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh @@ -36,7 +36,7 @@ For the CUDA runtime [install the CUDA toolkit for Linux](https://developer.nvid #### On Mac -```py +```sh # Install Rust if you haven't it already. curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh