Skip to content

Commit 9e4aa0b

Browse files
committed
Update getting-started: less mac-centric; repair link to 'asciicast' post
1 parent ee06c07 commit 9e4aa0b

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

getting-started.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,7 @@ from [Vundle Quick Start Guide][3]
4040

4141
### Install *The Silver Searcher*
4242

43-
```
44-
brew install the_silver_searcher
45-
```
46-
43+
- On Macs: `brew install the_silver_searcher`
4744
- [How to install in Linux and other systems][4]
4845
- In case of problems see [how to configure The Silver Searcher for Vim-CtrlSpace][5]
4946

@@ -94,7 +91,7 @@ let g:CtrlSpaceIgnoredFiles = '\v(tmp|temp|Godeps)[\/]'
9491
Open *Vim*:
9592

9693
```
97-
mvim -u path-to-the-downloaded-config
94+
vim -u path-to-the-downloaded-config
9895
```
9996

10097
Install plugins using *Vundle*:
@@ -116,4 +113,4 @@ Now you can [add your first project to bookmarks!][7]
116113
[4]: https://github.com/ggreer/the_silver_searcher#linux
117114
[5]: https://github.com/vim-ctrlspace/vim-ctrlspace#glob-command
118115
[6]: https://gist.github.com/ryrych/895bbabd3f6c40bf7d29#file-vim-ctrlspace-vimrc-L6
119-
[7]: asciicast/2015/11/25/adding_a_project_to_bookmarks.html
116+
[7]: /asciicast/2015/11/25/adding_a_project_to_bookmarks.html

0 commit comments

Comments
 (0)