Skip to content

Commit

Permalink
Updates README file
Browse files Browse the repository at this point in the history
  • Loading branch information
anvial committed Dec 8, 2023
1 parent e3c1374 commit ae5f6ac
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,13 @@ _Note:_ These features may not have functional parity with the juju cli at this
## Building The Provider

1. Clone the repository
1. Enter the repository directory
1. Enter the repository directory\
1. Build the provider dependencies using the make `install-dependencies` target:

```shell
make install-dependencies
```

1. Build the provider using the make `go-install` target:

```shell
Expand Down

0 comments on commit ae5f6ac

Please sign in to comment.