Skip to content

Commit 1159667

Browse files
committed
add note to readme on running locally
1 parent 317cdfe commit 1159667

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,12 @@ Additional documentation is available at https://docs.launchdarkly.com/home/gett
121121

122122
We encourage pull requests and other contributions from the community. Check out our [contributing guidelines](CONTRIBUTING.md) for instructions on how to contribute to this project.
123123

124+
### Running a local build of the CLI
125+
If you wish to test your changes locally, simply
126+
1. Clone this repo to your local machine;
127+
2. Run `make build` from the repo root;
128+
3. Run commands as usual with `./ldcli`.
129+
124130
## Verifying build provenance with the SLSA framework
125131

126132
LaunchDarkly uses the [SLSA framework](https://slsa.dev/spec/v1.0/about) (Supply-chain Levels for Software Artifacts) to help developers make their supply chain more secure by ensuring the authenticity and build integrity of our published packages. To learn more, see the [provenance guide](./PROVENANCE.md).

0 commit comments

Comments
 (0)