From 3833d3846db1e736a3b27455033dc7cc8939f828 Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Sat, 31 Oct 2015 01:32:48 +0300 Subject: [PATCH] README: Adjust suggested path for generated docs. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a3b44f1504..b7feacfc7c 100644 --- a/README.md +++ b/README.md @@ -162,7 +162,7 @@ preferably in a virtualenv: In `micropython/docs`, build the docs: - make MICROPY_PORT= BUILDDIR=/build html + make MICROPY_PORT= BUILDDIR=build/ html Where `` can be `unix`, `pyboard`, `wipy` or `esp8266`.