diff --git a/docs/guides/osx-guide.md b/docs/guides/osx-guide.md index a1dc39096..003412719 100644 --- a/docs/guides/osx-guide.md +++ b/docs/guides/osx-guide.md @@ -7,7 +7,7 @@ Open Terminal (if you don't know how to, click on the magnifying glass on the to ###### Homebrew/wget *Skip this step if you already have homebrew installed* - Copy and paste this command, then press Enter: - - `/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"` + - `/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"` - Install wget - `brew install wget` diff --git a/docs/medusa/creating-a-medusa.md b/docs/medusa/creating-a-medusa.md index 8a67e5ad2..666e17907 100644 --- a/docs/medusa/creating-a-medusa.md +++ b/docs/medusa/creating-a-medusa.md @@ -155,7 +155,7 @@ This section will guide you through how to create a simple custom medusa. You ca - + all @@ -248,4 +248,4 @@ hello: - Unload it - `.meunload example_medusa` -- Congrats! You've just made your first medusa! \ No newline at end of file +- Congrats! You've just made your first medusa!