Skip to content

Commit

Permalink
chore: Update README.md (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
dashmage authored Feb 7, 2024
1 parent 9f026e8 commit 61f4728
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@ make build
```
This will create the `storage-connector.charm` file and place it in the `.build` directory.

To deploy this subordinate charm on an ubuntu unit, deploy `cs:ubuntu` first , or other principal
To deploy this subordinate charm on an ubuntu unit, deploy `ubuntu` first , or other principal
charm of your choosing (i.e nova-compute, mysql, etc.).
```
juju add-model my-test-model
juju deploy cs:ubuntu --series focal
juju deploy cs:storage-connector
juju deploy ubuntu --series focal
juju deploy storage-connector
```

### To configure this charm for iSCSI, do the following.
Expand Down Expand Up @@ -103,4 +103,4 @@ cause of the error.
## Contact
- Author: Camille Rodriguez <[email protected]>
- Maintainers: BootStack Charmers <[email protected]>
- Bug Tracker: [here](https://bugs.launchpad.net/charm-storage-connector)
- Issues: [here](https://github.com/canonical/charm-storage-connector/issues)

0 comments on commit 61f4728

Please sign in to comment.