From 10b19bd1f83ec44e870e3d613b9902837d528a79 Mon Sep 17 00:00:00 2001 From: Lnoot Date: Sun, 4 Jul 2021 22:05:05 +0100 Subject: [PATCH] Update 1.0-Set-up-the-software.md Add link to repository and uncapitalise filenames. --- 1.0-Set-up-the-software.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/1.0-Set-up-the-software.md b/1.0-Set-up-the-software.md index 428e2b0..ce30da7 100644 --- a/1.0-Set-up-the-software.md +++ b/1.0-Set-up-the-software.md @@ -149,13 +149,13 @@ $ cd .. ``` $ mkdir ~/code $ cd ~/code -$ git clone https://TODO Alto +$ git clone https://github.com/googlecreativelab/alto ``` 7. Run the app ``` -$ cd ~/code/Alto/app -$ python3 Alto.py +$ cd ~/code/alto/app +$ python3 alto.py ``` ## :tada: Woohoo! You've finished this section :tada: