This commit is contained in:
2025-04-18 13:34:34 -07:00
parent 0674f1ddab
commit b06d454398
3 changed files with 9 additions and 9 deletions

View File

@@ -1,6 +1,6 @@
# Incus Resource Provider
The Incus Resource Provider lets you manage [Incus](http://example.com) resources.
The Incus Resource Provider lets you manage [Incus](https://linuxcontainers.org/incus/introduction/) resources.
## Installing
@@ -11,13 +11,13 @@ This package is available for several languages/platforms:
To use from JavaScript or TypeScript in Node.js, install using either `npm`:
```bash
npm install @pulumi/incus
npm install @kiterun/incus
```
or `yarn`:
```bash
yarn add @pulumi/incus
yarn add @kiterun/incus
```
### Python