File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
docs/self-hosting/methods Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ Ensure you're using the **latest version of Docker Compose**. Check your Docker
3434
35351 . ` ssh ` into your machine as the root user (or user with sudo access) per the norms of your hosting provider.
36362 . Run the command below:
37- ```
37+ ``` bash
3838 curl -fsSL https://prime.plane.so/install/ | sh -
3939 ```
40403. 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
You can’t perform that action at this time.
0 commit comments