From e7b9988894ef0b98f110d9419b770182a1c08835 Mon Sep 17 00:00:00 2001 From: Mary Anthony Date: Fri, 1 Nov 2019 18:30:33 -0700 Subject: [PATCH] Updating the readme Signed-off-by: Mary Anthony --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c525b6c2..2764f262 100644 --- a/README.md +++ b/README.md @@ -82,11 +82,19 @@ As of 8/12/19 Clarity is in the [develop](https://github.com/blockstack/blocksta 2. Build the lastest JSON. ``` - $ docker run --name docsbuild -it blockstack-test blockstack-core docgen | jsonpp > ~/repos/docs.blockstack/_data/clarityRef.json + docker run -it blockstack/blockstack-core:clarity-developer-preview blockstack-core docgen | jsonpp > ~/repos/docs.blockstack/_data/clarityRef.json ``` 3. Build the documentation and verify the Clarity reference is building correctly. +4. Make changes in core +5. Build the docker image +6. Run doc gen with the new image + +``` + $ docker run --name docsbuild -it blockstack-test blockstack-core docgen | jsonpp > ~/repos/docs.blockstack/_data/clarityRef.json +``` + # Technology Reference