Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix markdown formatting for README #229

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#Notice
# Notice
This project is being replaced with [OmniSharp Roslyn](https://github.com/OmniSharp/omnisharp-roslyn). I'll still accept PRs for this project, but please note that all development has stopped here.


Expand All @@ -13,9 +13,10 @@ HTTP wrapper around [NRefactory] (https://github.com/icsharpcode/NRefactory) all
This is the server component for the [Vim OmniSharp plugin](https://github.com/nosami/OmniSharp), [YouCompleteMe](https://github.com/Valloric/YouCompleteMe), [Sublime Text 2](https://github.com/PaulCampbell/OmniSharpSublimePlugin), [Sublime Text 3](https://github.com/moonrabbit/OmniSharpSublime), [Emacs OmniSharp plugin](https://github.com/sp3ctum/omnisharp-emacs) and [Atom plugin](https://github.com/Mpdreamz/atom-sharper)


#Build
# Build

#### OSX / Linux

####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/OmniSharp/omnisharp-server.git
Expand All @@ -24,7 +25,7 @@ Requires a minimum of Mono 3.0.12 - If you absolutely must use mono 2.10 then ch
xbuild
```

####Windows
#### Windows
```
git clone https://github.com/OmniSharp/omnisharp-server.git
cd omnisharp-server
Expand Down Expand Up @@ -52,7 +53,7 @@ To start the Omnisharp server manually (The Vim OmniSharp client and YouComplete
[mono] OmniSharp.exe -s path
```

###Problems (or just want to see what's going on)?
### Problems (or just want to see what's going on)?

Try adding an extra ```-v Verbose``` to the end of the command line. You should see something like the following.

Expand Down