Skip to content

Commit

Permalink
Improve the clarity of the readme markdown file.
Browse files Browse the repository at this point in the history
  • Loading branch information
georgeliao committed May 29, 2024
1 parent 17e835f commit 8817f26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@ you would need to override the systemd service with the following setting:

```conf
[Service]
Environment="MULTIPASS_BLUEPRINTS_URL=https://github.com/USERNAME/multipass-blueprints/archive/refs/heads/BRANCH_NAME.zip"
Environment="MULTIPASS_BLUEPRINTS_URL=https://github.com/canonical/multipass-blueprints/archive/refs/heads/<BRANCH_NAME>.zip"
```

This can be done by using the `systemctl edit` utility:
This can be done by using the `systemctl edit` utility to open the file and add the two lines mentioned above into the uncommented blank section:

```shell
sudo systemctl edit snap.multipass.multipassd.service
Expand Down

0 comments on commit 8817f26

Please sign in to comment.