From 5c1525c9564b1614d43978250dcf91bbb765b37e Mon Sep 17 00:00:00 2001 From: samvaio Date: Sun, 23 Oct 2016 23:18:30 +0530 Subject: [PATCH] Little more changes --- docs/guides/OSX Guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/OSX Guide.md b/docs/guides/OSX Guide.md index 23b0df53..65e48643 100644 --- a/docs/guides/OSX Guide.md +++ b/docs/guides/OSX Guide.md @@ -32,7 +32,6 @@ brew install tmux - Download the .NET Core SDK, found [here.](https://go.microsoft.com/fwlink/?LinkID=827526) - Open the `.pkg` file you downloaded and install it. - `ln -s /usr/local/share/dotnet/dotnet /usr/local/bin` -- `dotnet restore -s https://dotnet.myget.org/F/dotnet-core/api/v3/index.json` ####Check your `FFMPEG` @@ -57,6 +56,7 @@ A dialog box will open asking if you want to install `xcode-select`. Select inst - `cd ~` - `git clone -b 1.0 --recursive https://github.com/Kwoth/NadekoBot.git` - `cd ~/NadekoBot/discord.net` +- `dotnet restore -s https://dotnet.myget.org/F/dotnet-core/api/v3/index.json` - `dotnet restore` - `cd ~/NadekoBot/src/NadekoBot/` - `dotnet restore`