diff --git a/README.md b/README.md index 49e7b20..b6fa52e 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,10 @@ An advanced control panel for [Mindustry](https://github.com/Anuken/Mindustry) s ![Preview](resources/preview.png) +## Download + +Download in _Mindustry Server Console_ in [releases](http://github.com/Summet-V/Mindustry-Server-Console/releases) page. + ## Building Open a terminal in the root directory, cd to the Mindustry folder and run the following commands: diff --git a/package.json b/package.json index 25472df..8b218b2 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "scripts": { "build": "electron-builder --config electron-builder.json", "dev": "electron . --dev", - "lint": "eslint .", + "lint": "eslint src", "stylelint": "stylelint ./src/app/styles" }, "devDependencies": {