Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarol Rodriguez authored Nov 18, 2017
1 parent c6d7356 commit 15575af
Showing 1 changed file with 18 additions and 4 deletions.
22 changes: 18 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,24 @@ Table of contents
## Getting Started

A script shell will get a copy of the vimrc up and running on your local machine for testing purposes:

```
sh -c "$(curl -fsSL https://raw.githubusercontent.com/jarolrod/vim-python-ide/master/setup.sh)"
```
### Bash
* ```
sh -c "$(curl -fsSL https://raw.githubusercontent.com/jarolrod/vim-python-ide/master/setup.sh)"
```
### Fish
* ```
curl -fsSL https://raw.githubusercontent.com/jarolrod/vim-python-ide/master/setup.sh | sh
```
### Compile YCM
* The YouCompleteMe Plugin must be compiled before use:
* Navigate to the YouCompleteMe Folder which is found in:
```
~/.vim/bundle/YouCompleteMe/
```
* Next execute the following command:
```
install.py --clang-completer
```
Alternatively:
* Cherry pick the parts you like from my vimrc and add it to yours
Expand Down

0 comments on commit 15575af

Please sign in to comment.