Skip to content

Commit

Permalink
docs: update to reflect rust binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F authored Sep 6, 2024
1 parent d20f0bf commit b2a8ed1
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions packaging/README.md.template
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ This version (<%= ENV.fetch('VERSION') %>) of the Pact standalone executables pa
* pact-provider-verifier gem <%= Pact::ProviderVerifier::VERSION %>
* pact_broker-client gem <%= PactBroker::Client::VERSION %>
* pact-message gem <%= Pact::Message::VERSION %>
* [pact_mock_server_cli](https://github.com/pact-foundation/pact-core-mock-server/tree/main/pact_mock_server_cli)
* [pact-stub-server](https://github.com/pact-foundation/pact-stub-server)
* [pact_verifier_cli](https://github.com/pact-foundation/pact-reference/tree/master/rust/pact_verifier_cli)
* [pact-plugin-cli](https://github.com/pact-foundation/pact-plugins/tree/main/cli)

Binaries will be extracted into `pact/bin`:

Expand All @@ -25,19 +29,31 @@ Binaries will be extracted into `pact/bin`:
├── pact-message
├── pact-mock-service
├── pact-provider-verifier
└── pact-stub-service
├── pact-stub-service
├── pact_mock_server_cli (rust)
├── pact-stub-server (rust)
├── pact_verifier_cli (rust)
└── pact-plugin-cli (rust)
```

### Windows Users

Please append `.bat` to any of the provided binaries
Please append `.bat` to any of the provided ruby-based binaries

eg.

```ps1
.\pact\bin\pact-broker.bat
```

Please append `.exe` to any of the provided rust based binaries

eg.

```ps1
.\pact\bin\pact_mock_server_cli.exe
```

## Installation

See the [release page][releases].
Expand Down

0 comments on commit b2a8ed1

Please sign in to comment.