From b2f083978a66d77babe89a072e07e02fb9da351a Mon Sep 17 00:00:00 2001 From: eligapris Date: Sun, 7 Apr 2024 01:48:28 -0600 Subject: [PATCH] faststart on mac and linux --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 841eb33..94dc5d1 100644 --- a/README.md +++ b/README.md @@ -21,8 +21,7 @@ You can open any chapter of the book in Colab by clicking on one of these links: If you are running this in basic computer and you are using pip here is what you should do to run this book. For mac or linux ```bash -chmod a+x os_linux_mac_start.sh -os_linux_mac_start.sh +source os_linux_mac_start.sh ``` For Windows