From 0a5edb45df1a8e6cb1df078ff45bdccb0ad7b651 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Mon, 14 Nov 2016 14:31:28 +0000 Subject: [PATCH] Fix up README for recent changes --- README | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README b/README index bc073aa9ff..9312211a71 100644 --- a/README +++ b/README @@ -37,12 +37,12 @@ Follow the instructions outlined in the theme's README.md, you can dispense with the last step (building the theme): ``` -cd hotdoc_bootstrap_theme +cd theme/hotdoc_bootstrap_theme sudo dnf install nodejs # On Fedora sudo apt-get install nodejs nodejs-legacy npm # debian -sudo pacman -S nodejs npm# arch +sudo pacman -S nodejs npm # arch npm install && ./node_modules/bower/bin/bower install -cd .. +cd ../.. ``` * Build the portal: @@ -54,5 +54,5 @@ make * And browse it: ``` -xdg-open build/html/index.html +xdg-open built_doc/html/index.html ```