Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ Requires [.NET 10 SDK](https://dotnet.microsoft.com/download/dotnet/10.0).
```bash
# Clone and build
git clone <repo-url>
cd tm7cli
cd tm7-cli
dotnet build

# Run directly
dotnet run --project src/Tm7.Cli -- <command>

# Or install as a global tool
# Or install as a global tool (prerelease versions need --version)
dotnet pack
dotnet tool install --global --add-source artifacts/package/release tm7
dotnet tool install --global --add-source artifacts/package/release tm7 --version "0.0.1-pre.1.dev.1"
tm7 --help
```

Expand Down
Loading