docs: Add notion of exiting the themes folder in quickstart
authorAlvaro Garcia <alvarogarcia7@users.noreply.github.com>
Sun, 17 Apr 2016 17:27:43 +0000 (19:27 +0200)
committerdigitalcraftsman <digitalcraftsman@protonmail.com>
Fri, 22 Apr 2016 17:47:59 +0000 (19:47 +0200)
docs/content/overview/quickstart.md

index 1d4b645e2a13921020cd179efeecd2912a444038..00646309e2f84423f8668a7a52c5c329ae9d366b 100644 (file)
@@ -209,6 +209,13 @@ Now, you can clone one or more themes inside the `themes` directory. We will use
 $ git clone git@github.com:dim0627/hugo_theme_robust.git
 ```
 
+Leave the themes folder
+
+```bash
+$ cd ..
+```
+
+
 Start the server again
 
 ```bash