Make it more obvious that example argument is a folder

This commit is contained in:
Kevin Sawicki 2014-02-22 18:50:56 -08:00
parent a8cc73c5e6
commit bc3791f738

View File

@ -60,8 +60,8 @@ list of all symbols in the current file, which you can fuzzy filter similarly to
To search for symbols across your project, use `cmd-shift-r`. First you'll need
to make sure you have `tags` (or `TAGS`) file generated for your project.
This can be done by installing [ctags](http://ctags.sourceforge.net/) and
running a command such as `ctags -R src` from the command line in your project's
root directory. Using [Homebrew](http://brew.sh/)? Just run
running a command such as `ctags -R src/` from the command line in your
project's root directory. Using [Homebrew](http://brew.sh/)? Just run
`brew install ctags`.
You can customize how tags are generated by creating your own `.ctags` file