aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 72d6c82..696957c 100644
--- a/README.md
+++ b/README.md
@@ -3,11 +3,11 @@
YT-Local in mode public instance for docker
```console
-$ cp -v config.env.example config.env
+cp -v config.env.example config.env
```
```console
-$ docker-compose up -d
+docker-compose up -d
```
## Build container from source
@@ -15,9 +15,9 @@ $ docker-compose up -d
To rebuild this container, copy this repository locally and run:
```console
-$ cd core/
+cd core/
```
```console
-$ docker build --no-cache --tag yt-local -f Dockerfile .
+docker build --no-cache --tag yt-local -f Dockerfile .
```