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