Skip to content

Commit

Permalink
instruct user to connect interfaces
Browse files Browse the repository at this point in the history
Add instructions to connect the interfaces needed by pluto.
Fixes: NucciTheBoss#1
  • Loading branch information
jamesbeedy committed Feb 7, 2024
1 parent 121937e commit 473db4c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,14 @@ to install pluto:
sudo snap install pluto
```

Connect the snap interfaces needed by `pluto` to complete the installation.

```shell
sudo snap connect pluto:ssh-public-keys
sudo snap connect pluto:dot-local-share-juju
sudo snap connect pluto:dot-local-share-juju juju:dot-local-share-juju
```

Now use the following command to bootstrap your HPC cluster:

```shell
Expand Down

0 comments on commit 473db4c

Please sign in to comment.