Skip to content

Commit

Permalink
fix readme: capitalize blueprint
Browse files Browse the repository at this point in the history
  • Loading branch information
prplwtf authored Apr 21, 2024
1 parent 1d2baf9 commit dc848f4
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 @@ -9,12 +9,12 @@
Extensions must be placed/dragged into the `extensions` folder.

**Interacting with Blueprint**\
By default, you can only interact with blueprint by going through the Docker command line, i.e.
By default, you can only interact with Blueprint by going through the Docker command line, i.e.
```bash
docker compose exec panel blueprint (arguments)
```

We recommend setting an alias so you can interact with blueprint the same way you would in the non-Docker version (If you have your compose file in a different place, adjust accordingly:
We recommend setting an alias so you can interact with Blueprint the same way you would in the non-Docker version (If you have your compose file in a different place, adjust accordingly:
```bash
# Set alias for current session
alias blueprint="docker compose -f /srv/pterodactyl/docker-compose.yml exec panel blueprint"
Expand Down

0 comments on commit dc848f4

Please sign in to comment.