From 473db4cc975b4e606e22c9fe04bab69747b1932e Mon Sep 17 00:00:00 2001 From: jamesbeedy Date: Wed, 7 Feb 2024 10:02:32 +0000 Subject: [PATCH] instruct user to connect interfaces Add instructions to connect the interfaces needed by pluto. Fixes: #1 --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 57e14ee..d4bd65f 100644 --- a/README.md +++ b/README.md @@ -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