Skip to content

Commit

Permalink
Updated code blocks.
Browse files Browse the repository at this point in the history
  • Loading branch information
ceiphr committed Apr 19, 2022
1 parent b68a1b8 commit 0e07583
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,15 @@ curl https://get.reserver.sh | sh

Simply running the command will produce a **5GB** reservation file located at `$HOME/.reservation`:

```sh
```txt
$ ./reserver.sh
Reserving 5GB of space...
Reservation complete!
```

Rerunning the script will ask if you'd like to delete the reservation:

```sh
```txt
$ ./reserver.sh
Reservation file already exists. Delete? [y/N]: y
Reservation removed. Good luck!
Expand All @@ -55,7 +55,7 @@ Reservation removed. Good luck!

You can provide a custom directory, file name or size:

```sh
```txt
$ ./reserver.sh -d /tmp -f foo -s 10
Reservation size set to 10GB.
Reserving 10GB of space...
Expand All @@ -70,7 +70,7 @@ When supplying custom arguments, `reserver.sh` will create `$HOME/.reserver.conf

When running the command again without arguments:

```sh
```txt
$ ./reserver.sh
Reservation file already exists. Delete? [y/N]: y
Reservation removed. Good luck!
Expand Down

0 comments on commit 0e07583

Please sign in to comment.