From cfad4c3d94cca965576ecaa21c0031f5a1f30d0c Mon Sep 17 00:00:00 2001 From: pritesh-patel Date: Tue, 27 Aug 2019 11:21:08 -0700 Subject: [PATCH] docs --- Makefile | 1 + README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 498722a01..55349e27f 100644 --- a/Makefile +++ b/Makefile @@ -25,3 +25,4 @@ install-linux: build mkdir -p ${HOME}/bin cp sprout ${HOME}/bin/sprout chmod +x ${HOME}/bin/sprout + @printf "\n Please run 'source ~/.profile' to add this installation to the path." diff --git a/README.md b/README.md index d22c506d7..f0a10ec68 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ The generation will create 2 folders. 5) Either run `prototool generate` or return to the application folder and re run `sprout generate` 6) Push up the IDL repo 6) Implement these methods on the main application repo -7) When you feel the need to add more services add them to the sprout config and repeate the generation process +7) When you feel the need to add more services add them to the sprout config and re-run `sprout generate` and repeat steps 4 - 6. ## Dependencies