From 9a5545a951bdfac589dcf0e2aaf25a30bed3e0ba Mon Sep 17 00:00:00 2001 From: Hokuto Chen Date: Mon, 17 Oct 2022 11:11:37 +0000 Subject: [PATCH] docs: upped medusa version and updated brew command --- docs/guides/osx-guide.md | 2 +- docs/medusa/creating-a-medusa.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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!