Update README to use 'vi' instead of 'nano'

This commit is contained in:
2026-01-30 03:17:02 -05:00
committed by GitHub
parent f558e4ba7f
commit 01cd2f7711

View File

@@ -11,7 +11,7 @@ Please report all bugs as soon as possible, as the Jellyfin addition is entirely
```bash
# 1. Configure environment
cp .env.example .env
nano .env # Edit with your settings
vi .env # Edit with your settings
# 2. Start services
docker-compose up -d --build