Skip to content

Commit

Permalink
Updated documentation on README.
Browse files Browse the repository at this point in the history
  • Loading branch information
InFog committed Jan 2, 2021
1 parent 3d7acda commit 06d948c
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,20 @@ sudo mv phpctags /usr/local/bin/
Single file:

```
phpctags phpfile.php > php.tags
phpctags phpfile.php
```

Tags will be written to a `tags` file. In order to specify a different tags file
use the `-f` option:

```
phpctags -f myphp.tags phpfile.php
```

Directory with recursive option:

```
phpctags -R target_directory > php.tags
phpctags -f myphp.tags -R target_directory
```

## Build
Expand Down

0 comments on commit 06d948c

Please sign in to comment.