Little more changes

This commit is contained in:
samvaio 2016-10-23 23:18:30 +05:30 committed by GitHub
parent 3ffa801bbd
commit 5c1525c956

View File

@ -32,7 +32,6 @@ brew install tmux
- Download the .NET Core SDK, found [here.](https://go.microsoft.com/fwlink/?LinkID=827526) - Download the .NET Core SDK, found [here.](https://go.microsoft.com/fwlink/?LinkID=827526)
- Open the `.pkg` file you downloaded and install it. - Open the `.pkg` file you downloaded and install it.
- `ln -s /usr/local/share/dotnet/dotnet /usr/local/bin` - `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` ####Check your `FFMPEG`
@ -57,6 +56,7 @@ A dialog box will open asking if you want to install `xcode-select`. Select inst
- `cd ~` - `cd ~`
- `git clone -b 1.0 --recursive https://github.com/Kwoth/NadekoBot.git` - `git clone -b 1.0 --recursive https://github.com/Kwoth/NadekoBot.git`
- `cd ~/NadekoBot/discord.net` - `cd ~/NadekoBot/discord.net`
- `dotnet restore -s https://dotnet.myget.org/F/dotnet-core/api/v3/index.json`
- `dotnet restore` - `dotnet restore`
- `cd ~/NadekoBot/src/NadekoBot/` - `cd ~/NadekoBot/src/NadekoBot/`
- `dotnet restore` - `dotnet restore`