Skip to content

Commit

Permalink
updated changelog and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Amitabh Das committed Dec 9, 2015
1 parent 2ceb2f6 commit 81cb2c6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,6 @@
## 0.11.0
* Can build cscope db within atom
* Adds `atom-cscope:refresh-db` as command to build db
## 0.10.0
* Fix search under cursor/selection (Issue #2)
* Change event handling methods in Input View
Expand Down
5 changes: 3 additions & 2 deletions README.md
Expand Up @@ -71,9 +71,10 @@ You can navigate the Result Items using arrow keys and press `enter` to execute
or click on the Result Item for the same effect.

## Set it up?
You need to generate the cscope.out file before using this package.
You can use the existing cscope.out file, generate on your own, or generate
through the widget with the lightning button.

In your project directory run:
To generate cscope.out manually, in your project directory run:
```bash
find . -name "*.c" -o -name "*.cpp" -o -name "*.h" -o -name "*.hpp" > cscope.files
cscope -q -R -b -i cscope.files
Expand Down

0 comments on commit 81cb2c6

Please sign in to comment.