README.md in license_finder-6.6.2 vs README.md in license_finder-6.7.0
- old
+ new
@@ -41,11 +41,11 @@
| Java | maven | 3.6.0 |
| Java | gradle | 4.10.3 |
### Experimental project types
-* Erlang (via `rebar3`)
+* Erlang (via `rebar` and `Erlang.mk`)
* Objective-C, Swift (via Carthage or CocoaPods \[0.39 and below. See [CocoaPods Specs Repo Sharding](http://blog.cocoapods.org/Sharding/)\])
* Objective-C (+ CocoaPods 0.39 and below. See [CocoaPods Specs Repo Sharding](http://blog.cocoapods.org/Sharding/))
* Elixir (via `mix`)
* Golang (via `gvt`, `glide`,`dep`, `trash` and `govendor`)
* JavaScript (via `yarn`)
@@ -173,11 +173,12 @@
* `build.gradle` (for `gradle`)
* `settings.gradle` that specifies `rootProject.buildFileName` (for `gradle`)
* `bower.json` (for `bower`)
* `Podfile` (for `pod`)
* `Cartfile` (for `carthage`)
-* `rebar.config` (for `rebar3`)
+* `rebar.config` (for `rebar`)
+* `Erlang.mk` or `erlang.mk` file (for `Erlang.mk`)
* `mix.exs` (for `mix`)
* `packages/` directory (for `nuget`)
* `*.csproj` (for `dotnet`)
* `vendor/manifest` or `*/vendor/manifest` file (for `gvt`)
* `glide.lock` file (for `glide`)
@@ -325,10 +326,10 @@
When `license_finder` reports that a dependency's license is 'unknown',
you should manually research what the actual license is. When you
have established the real license, you can record it with:
```sh
-$ license_finder dependencies add my_unknown_dependency MIT --homepage="www.unknown-code.org"
+$ license_finder licenses add my_unknown_dependency MIT --homepage="www.unknown-code.org"
```
This command would assign the MIT license to the dependency
`my_unknown_dependency`. It will also set its homepage to `wwww.unknown-code.org`.