Skip to content

Commit

Permalink
chore: some fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pspiagicw committed Jun 14, 2024
1 parent 2f270b2 commit 54c2560
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ qemantra create

- This will start a interactive prompt to ask details about the VM.

![create](gifs/create.gif)
![create](./gifs/create.gif)

You will need to enter
- A valid name
Expand All @@ -123,7 +123,7 @@ You will need to enter
> [!NOTE]
> Attaching a disk is optional.
![disk](gifs/disk.gif)
![disk](./gifs/disk.gif)

If a disk is requested, you will need to provide
- A disk name
Expand All @@ -139,7 +139,7 @@ If a disk is requested, you will need to provide
```sh
qemantra run [FLAGS]
```
![run](gifs/run.gif)
![run](./gifs/run.gif)

### Flags

Expand Down Expand Up @@ -178,7 +178,7 @@ You can list machines using `qemantra list`.
qemantra list
```

![list](gifs/list.gif)
![list](./gifs/list.gif)

### `rename`

Expand All @@ -188,7 +188,7 @@ You can use the `qemantra rename` command to rename any previously created machi
qemantra rename
```

![rename](gifs/rename.gif)
![rename](./gifs/rename.gif)


### `edit`
Expand All @@ -204,7 +204,7 @@ qemantra rename
qemantra [GLOBAL] edit [OPTIONS]
```

![edit](gifs/edit.gif)
![edit](./gifs/edit.gif)

## UEFI

Expand Down

0 comments on commit 54c2560

Please sign in to comment.