Skip to content

Commit

Permalink
Updated readme to account for new repo location
Browse files Browse the repository at this point in the history
  • Loading branch information
nosami committed Aug 12, 2015
1 parent 81cc3fd commit de1d509
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,16 @@ This is the server component for the [Vim OmniSharp plugin](https://github.com/n
####OSX / Linux
Requires a minimum of Mono 3.0.12 - If you absolutely must use mono 2.10 then checkout the mono-2.10.8 tag. [Updating mono on ubuntu](https://github.com/nosami/OmniSharpServer/wiki). If you are using OSX, please use the official version of Mono as the homebrew version has [known](https://github.com/nosami/OmniSharpServer/issues/83) [issues](https://github.com/nosami/OmniSharpServer/issues/80).
```
git clone https://github.com/nosami/OmniSharpServer.git
cd OmniSharpServer
git clone https://github.com/OmniSharp/omnisharp-server.git
cd omnisharp-server
git submodule update --init --recursive
xbuild
```

####Windows
```
git clone https://github.com/nosami/OmniSharpServer.git
cd OmniSharpServer
git clone https://github.com/OmniSharp/omnisharp-server.git
cd omnisharp-server
git submodule update --init --recursive
# (if using Cygwin, overwrite the default config file config.json with config-cygwin.json)
Expand Down

0 comments on commit de1d509

Please sign in to comment.