From c0690a9accf573f559d1412da4284fba8b5f1738 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Geron?= Date: Tue, 22 Jan 2019 12:31:36 +0800 Subject: [PATCH] %cd instead of %mv --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index af1398b..322c1f7 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ python. It contains the example code and solutions to the exercises in the secon * Or open it in [Colaboratory](https://colab.research.google.com/github/ageron/handson-ml2/blob/master/): - * _Note_: Colab only copies the notebooks you open, it does not clone the rest of the project, so you need to run `!git clone https://github.com/ageron/handson-ml2` and `%mv handson-ml2/* .` to have access to other files in this project (such as datasets and images). + * _Note_: Colab only copies the notebooks you open, it does not clone the rest of the project, so you need to run `!git clone https://github.com/ageron/handson-ml2` and `%cd handson-ml2` to have access to other files in this project (such as datasets and images). ### Just want to quickly look at some notebooks, without executing any code? @@ -44,4 +44,4 @@ If you have a working Python 3.5+ environment and git is installed, then an easy If you need more detailed installation instructions, or you want to use Anaconda, read the [detailed installation instructions](INSTALL.md). ## Contributors -I would like to thank everyone who contributed to this project, either by providing useful feedback, filing issues or submitting Pull Requests. Special thanks go to Haesun Park who helped on some of the exercise solutions, and to Steven Bunkley and Ziembla who created the `docker` directory. \ No newline at end of file +I would like to thank everyone who contributed to this project, either by providing useful feedback, filing issues or submitting Pull Requests. Special thanks go to Haesun Park who helped on some of the exercise solutions, and to Steven Bunkley and Ziembla who created the `docker` directory.