changes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user