From 42bdc6417cbe025e6bcaff26328fc528ce6dbac1 Mon Sep 17 00:00:00 2001 From: Kwoth Date: Sat, 11 Sep 2021 00:47:08 +0200 Subject: [PATCH] Updated osx guide with instructions on installing wget --- docs/guides/osx-guide.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/docs/guides/osx-guide.md b/docs/guides/osx-guide.md index b0c2485b0..046c61ba2 100644 --- a/docs/guides/osx-guide.md +++ b/docs/guides/osx-guide.md @@ -1,6 +1,14 @@ -### Linux From Source +### MacOS From Source -Open Terminal (if you're on an installation with a window manager) and navigate to the location where you want to install the bot (for example `cd ~`) +Open Terminal (if you don't know how to, click on the magnifying glass on the top right corner of your screen and type **Terminal** on the window that pops up) and navigate to the location where you want to install the bot (for example `cd ~`) + +##### Installing Homebrew and 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)"` +- Install wget + - `brew install wget` ##### Installation Instructions