Label terminal commands and directory trees in code blocks
This commit is contained in:
@@ -33,7 +33,7 @@ You’ll need to create a *Plex.tv* account. You don’t need to expose your Ple
|
||||
|
||||
## Install Plex
|
||||
Folder structure:
|
||||
```sh
|
||||
```text [Directory tree]
|
||||
root
|
||||
├── docker
|
||||
│ ├── plex
|
||||
@@ -51,7 +51,7 @@ root
|
||||
|
||||
Create the `movies`, `tvseries`, and `library` folders in `/media`:
|
||||
|
||||
```sh
|
||||
```bash [Terminal]
|
||||
mkdir -p /media/movies /media/library /media/tvseries
|
||||
```
|
||||
|
||||
@@ -121,7 +121,7 @@ services:
|
||||
|
||||
Find your PUID and GUID by running:
|
||||
|
||||
```sh
|
||||
```bash [Terminal]
|
||||
id username
|
||||
```
|
||||
|
||||
@@ -212,7 +212,7 @@ Copy and rename the file `tautulli.subdomain.conf.sample` to `tautulli.subdomain
|
||||
✨ **Tip:** Use [File Browser](/serveex/files/file-browser) to navigate and edit files instead of using terminal commands.
|
||||
::
|
||||
|
||||
```sh
|
||||
```bash [Terminal]
|
||||
sudo cp /docker/swag/config/nginx/proxy-confs/tautulli.subdomain.conf.sample /docker/swag/config/nginx/proxy-confs/tautulli.subdomain.conf
|
||||
sudo nano /docker/swag/config/nginx/proxy-confs/tautulli.subdomain.conf
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user