From 2213a0fa97bce0f930d3ca72f79f325b630f39d8 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Fri, 10 Nov 2017 05:22:18 +0400 Subject: Many small fixes --- README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 89678af..88afd4c 100644 --- a/README.md +++ b/README.md @@ -14,15 +14,17 @@ section. After downloading the package, perform the installation: ```bash -# dpkg --install mednafen-server_*_amd64.deb +dpkg --install mednafen-server_*_amd64.deb ``` Starting the server: ```bash -# mednafen-server standard.conf +mednafen-server ./standard.conf ``` -An example of the configuration file is in the repository. +An example of the +[configuration file](standard.conf) +is in the repository. Detailed information is available on the [developer's website](https://mednafen.github.io/releases/#mednafen-server). @@ -30,12 +32,12 @@ Detailed information is available on the * Download the image: ```bash -$ docker pull valentineus/mednafen-server:latest +docker pull valentineus/mednafen-server:latest ``` * Start the container: ```bash -$ docker run --detach --restart=unless-stopped --publish 4046:4046 --name "mednafen-server" valentineus/mednafen-server +docker run --detach --restart=unless-stopped --publish 4046:4046 --name "mednafen-server" valentineus/mednafen-server ``` More information on the -- cgit v1.2.3