Skip to content
This repository has been archived by the owner on May 8, 2021. It is now read-only.

Commit

Permalink
Download link
Browse files Browse the repository at this point in the history
  • Loading branch information
antsif-a committed Jul 17, 2020
1 parent 8b639a1 commit 1089dd4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 1089dd4

Please sign in to comment.