Switch editing instructions from vim to nano and use kbd for keys

This commit is contained in:
Djeex
2026-08-30 18:49:10 +02:00
parent 2608bf64eb
commit bb1a482a8d
50 changed files with 210 additions and 210 deletions
+4 -4
View File
@@ -78,13 +78,13 @@ cd /docker
sudo mkdir dockge
```
Then create the `compose.yml` file in this folder using `vim`:
Then create the `compose.yml` file in this folder using `nano`:
```sh
cd /docker/dockge
sudo vi compose.yml
sudo nano compose.yml
```
Press `i` to enter insert mode and paste the following:
Paste the following:
```yaml
---
@@ -107,7 +107,7 @@ services:
- DOCKGE_STACKS_DIR=/docker
```
Press `Esc` and type `:x` to save and exit.
Press :kbd{value="Ctrl+O"}, then :kbd{value="Enter"} to save, and :kbd{value="Ctrl+X"} to exit.
To launch the container: