From e5897d8d91294809a74fb29d3a75ee5b8bf30934 Mon Sep 17 00:00:00 2001 From: Frank Yang Date: Fri, 29 Mar 2019 00:39:21 +0800 Subject: [PATCH] Merge PR #3996: Update DOCS_README Update references to make targets --- .pending/bugfixes/gaia/3996-Change-make-get | 1 + docs/DOCS_README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 .pending/bugfixes/gaia/3996-Change-make-get diff --git a/.pending/bugfixes/gaia/3996-Change-make-get b/.pending/bugfixes/gaia/3996-Change-make-get new file mode 100644 index 000000000..24cebfb7e --- /dev/null +++ b/.pending/bugfixes/gaia/3996-Change-make-get @@ -0,0 +1 @@ +3996 Change 'make get_tools' to 'make tools' in DOCS_README.md. \ No newline at end of file diff --git a/docs/DOCS_README.md b/docs/DOCS_README.md index 5870d3e27..e858e4e73 100644 --- a/docs/DOCS_README.md +++ b/docs/DOCS_README.md @@ -95,7 +95,7 @@ then navigate to localhost:8080 in your browser. ## Build RPC Docs -First, run `make get_tools` from the root of repo, to install the swagger-ui tool. +First, run `make tools` from the root of repo, to install the swagger-ui tool. Then, edit the `swagger.yaml` manually; it is found [here](https://github.com/cosmos/cosmos-sdk/blob/develop/client/lcd/swagger-ui/swagger.yaml)