mirror of
https://github.com/SoPat712/allstarr.git
synced 2026-02-09 23:55:10 -05:00
Update README to use 'vi' instead of 'nano'
This commit is contained in:
@@ -11,7 +11,7 @@ Please report all bugs as soon as possible, as the Jellyfin addition is entirely
|
|||||||
```bash
|
```bash
|
||||||
# 1. Configure environment
|
# 1. Configure environment
|
||||||
cp .env.example .env
|
cp .env.example .env
|
||||||
nano .env # Edit with your settings
|
vi .env # Edit with your settings
|
||||||
|
|
||||||
# 2. Start services
|
# 2. Start services
|
||||||
docker-compose up -d --build
|
docker-compose up -d --build
|
||||||
|
|||||||
Reference in New Issue
Block a user