Skip to content

Commit

Permalink
Update PackageId in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
russcam committed Nov 18, 2024
1 parent c9b7a58 commit 0efee48
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ incorporating into solutions.
To add as a library to an existing project

```sh
dotnet add package RankLib
dotnet add package SearchPioneer.RankLib
```

### Command Line Tool

To add as a global .NET command line tool

```sh
dotnet tool install -g RankLib.Cli
dotnet tool install -g SearchPioneer.RankLib.Cli
```

To see all the commands supported by the command line tool
Expand Down
4 changes: 2 additions & 2 deletions docs/Docs/documentation/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ incorporating into solutions.
To add as a library to an existing project

```sh
dotnet add package RankLib
dotnet add package SearchPioneer.RankLib
```

## Command Line Tool

To add as a global .NET command line tool

```sh
dotnet tool install -g RankLib.Cli
dotnet tool install -g SearchPioneer.RankLib.Cli
```

To see all the commands supported by the command line tool
Expand Down

0 comments on commit 0efee48

Please sign in to comment.