Skip to content

Commit 6115ee8

Browse files
fix: formatting
1 parent 1ba35cc commit 6115ee8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/self-hosting/methods/docker-compose.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Ensure you're using the **latest version of Docker Compose**. Check your Docker
3434

3535
1. `ssh` into your machine as the root user (or user with sudo access) per the norms of your hosting provider.
3636
2. Run the command below:
37-
```
37+
```bash
3838
curl -fsSL https://prime.plane.so/install/ | sh -
3939
```
4040
3. Follow the instructions on the terminal. Hit `Enter` or `Return` to continue.
@@ -61,7 +61,7 @@ The Commercial edition comes with a free plan and the flexibility to upgrade to
6161
```
6262
- **Option 2**
6363
Install [Docker Desktop](https://www.docker.com/products/docker-desktop/).
64-
- OS with bash scripting enabled (Ubuntu, Linux AMI, macos). Windows systems need to have [gitbash](https://git-scm.com/download/win).
64+
- OS with bash scripting enabled (Ubuntu, Linux AMI, macOS). Windows systems need to have [gitbash](https://git-scm.com/download/win).
6565
- User context used must have access to docker services. In most cases, use `sudo su` to switch as root user.
6666
- Use the terminal (or gitbash) window to run all the future steps.
6767

0 commit comments

Comments
 (0)