mirror of
https://github.com/bartvdbraak/keyweave.git
synced 2025-04-27 23:01:20 +00:00
Merge branch 'main' into feat/additional-build-targets
This commit is contained in:
commit
c281ff198a
1 changed files with 2 additions and 2 deletions
|
@ -23,7 +23,7 @@ Keyweave is an open-source tool designed to seamlessly fetch secrets from Azure
|
|||
Clone the repository to your local machine:
|
||||
|
||||
```sh
|
||||
git clone https://github.com/your-username/keyweave.git
|
||||
git clone https://github.com/bartvdbraak/keyweave.git
|
||||
cd keyweave
|
||||
```
|
||||
|
||||
|
@ -53,7 +53,7 @@ cargo run -- --vault_name my-key-vault --output my-env-file.env --filter my-secr
|
|||
|
||||
## License
|
||||
|
||||
Keyweave is licensed under the MIT License. See [LICENSE](LICENSE) for more details.
|
||||
Keyweave is licensed under the GLPv3 License. See [LICENSE](LICENSE) for more details.
|
||||
|
||||
## Contributing
|
||||
|
||||
|
|
Loading…
Reference in a new issue