Skip to content

Commit

Permalink
Fix confusing readme section
Browse files Browse the repository at this point in the history
  • Loading branch information
Naman1997 authored Apr 27, 2024
1 parent bc46478 commit 051a37d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,15 @@ make -s template \
PATH_TO_PUB_KEY=~/.ssh/id_rsa.pub
```

To use the created template [ID 9000], create a clone using it and attempt to ssh into the VM using user as CLOUD_USER.

## Cleanup

The following command will delete the qcow2 file and reset the user-data file used to generate the template.

```
make clean
```
To use the created template [ID 9000], create a clone using it and attempt to ssh into the VM using user as CLOUD_USER.

## Older way of doing the same thing

Expand Down

0 comments on commit 051a37d

Please sign in to comment.