Skip to content

Commit

Permalink
docs: update the commands to remove directory parameter
Browse files Browse the repository at this point in the history
Signed-off-by: Liam White <[email protected]>
  • Loading branch information
liamawhite committed Jul 3, 2019
1 parent 0efc1dc commit 6cad3c4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,16 +44,16 @@ To install on other platforms, download from the [releases section](https://gith

## Verifying Licenses in your Files

To verify that licenses are present in all files in a repository, run the `verify` command, with the `--recurse` flag, passing in the directory to start from.
To verify that licenses are present in all files in a repository, run the `verify` command at the root, with the `--recurse` flag.

```sh
licenser verify -r .
licenser verify -r
```

## Apply Licenses to your Files

To prepend licenses to all files in a repository, run the `apply` command, with the `--recurse` flag, passing in the directory to start from and the copyright owner.
To prepend licenses to all files in a repository, run the `apply` command at the root, with the `--recurse` flag, passing in the copyright owner.

```sh
licenser apply -r . "Copyright Owner"
licenser apply -r "Copyright Owner"
```

0 comments on commit 6cad3c4

Please sign in to comment.