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: