CONTRIBUTING.md in license_finder-6.10.0 vs CONTRIBUTING.md in license_finder-6.10.1

- old
+ new

@@ -22,12 +22,12 @@ Note that the feature test needs to be wrapped in `bundle exec`, or else it will use the gem version installed inside the docker image. ## Useful Tips -To build the docker image simply call `docker build .` or explicitly pass the `Dockerfile`. Prebuilt versions of the -dockerfile can also be found on [Dockerhub](https://hub.docker.com/r/licensefinder/license_finder/tags/). +To build the docker image simply call `docker build .` or explicitly pass the `Dockerfile`. Prebuilt versions of the +dockerfile can also be found on [Dockerhub](https://hub.docker.com/r/licensefinder/license_finder/tags/). To launch the docker image and interact with it via bash: ``` docker run -v $PWD:/scan -it licensefinder/license_finder /bin/bash -l @@ -89,9 +89,10 @@ - Carthage (requires homebrew) - Mix (requires Elixir) - Conan - NuGet - dotnet +- Conda (requires python) The [LicenseFinder docker image](https://hub.docker.com/r/licensefinder/license_finder/) already contains these dependencies. If you run `rake check_dependencies`, you'll see exactly which package managers you're missing.