From d08724ab40adf013638f8d5e474db9a2903b280c Mon Sep 17 00:00:00 2001 From: Daniel Gasienica Date: Sat, 1 Jun 2013 21:25:51 -0700 Subject: [PATCH] Add `make server` command to preview docs Upstream-commit: 99dfa4e7e8eb189881ca9440c2f464415dfd2763 Component: cli --- components/cli/docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/cli/docs/README.md b/components/cli/docs/README.md index e1ca45b085..ef24c3fb1d 100644 --- a/components/cli/docs/README.md +++ b/components/cli/docs/README.md @@ -23,7 +23,7 @@ Usage * change the .rst files with your favorite editor to your liking * run *make docs* to clean up old files and generate new ones * your static website can now be found in the _build dir -* to preview what you have generated, cd into _build/html and then run 'python -m SimpleHTTPServer 8000' +* to preview what you have generated run `make server` and open in your favorite browser. Working using github's file editor ----------------------------------