diff --git a/deploy/Gentoo/README.md b/deploy/Gentoo/README.md index fa1992ddcd57ea70fa2da72494f7be03a28d1be4..90bd3dab1d82b35de684b26313f29454202a9045 100644 --- a/deploy/Gentoo/README.md +++ b/deploy/Gentoo/README.md @@ -6,7 +6,7 @@ Copy the files to `/etc/init.d/` # cp /path/to/scripts /funkwhale_* /etc/init.d/ ``` -MAke the files executable: +Make the files executable: ``` # chmod +x /etc/init.d/funkwhale_* @@ -14,7 +14,6 @@ MAke the files executable: Starting funkwhale_server will automatically start the other two, as well as nginx and redis. - ``` # rc-service funkwhale_server start ```