Skip to content

Commit

Permalink
Fix Nuget2Bazel command (#190)
Browse files Browse the repository at this point in the history
  • Loading branch information
thelgevold committed Jul 30, 2020
1 parent cbc1370 commit 5a20827
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/nuget2bazel/README.rst
Expand Up @@ -24,9 +24,9 @@ Sample usage:

.. code:: bash
bazel run //tools/nuget2bazel -- add -p c:/rules_dotnet ninject 3.3.0
bazel run //tools/nuget2bazel:nuget2bazel.exe -- add -p c:/rules_dotnet ninject 3.3.0
bazel run //tools/nuget2bazel -- delete -p c:/rules_dotnet ninject
bazel run //tools/nuget2bazel:nuget2bazel.exe -- delete -p c:/rules_dotnet ninject
By default the tool modifies WORKSPACE file in the provided directory with proper directives.

Expand Down

0 comments on commit 5a20827

Please sign in to comment.