Skip to content
This repository has been archived by the owner on Jan 12, 2022. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
GoldFrite authored May 28, 2021
1 parent b0c12a8 commit 2f5663d
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,19 @@
* Slideshow background
* Displaying server information


### Dependencies :
* Font Awesome (`npm install --save @fortawesome/fontawesome-free `)
* Minecraft Launcher Core (`npm i minecraft-launcher-core` - [documentation](https://github.com/Pierce01/MinecraftLauncher-core))
* Minecraft Server util (`npm i minecraft-server-util` - [documentation](https://github.com/PassTheMayo/minecraft-server-util))
* Axios (`npm i axios`)
* Request (`npm i request`)
* HTTP (`npm i http`)

### Dev Dependencises :
* Electron (`npm i -D electron`)
* Electron Builder (`npm i -D electron-builder`)

The *package.json* is only for Windows! The macOS version is available [there](build/macos-package.json).

This Launcher is based on another Launcher that I created, but this last one is not available on GitHub.
Expand All @@ -36,6 +49,19 @@ This Launcher is under *GNU AGPLv3* licence, so you can fork it for your own pro
* Fond d'écran diaporama
* Affichage des infosmations du serveur


### Dépendences :
* Font Awesome (`npm install --save @fortawesome/fontawesome-free `)
* Minecraft Launcher Core (`npm i minecraft-launcher-core` - [documentation](https://github.com/Pierce01/MinecraftLauncher-core))
* Minecraft Server util (`npm i minecraft-server-util` - [documentation](https://github.com/PassTheMayo/minecraft-server-util))
* Axios (`npm i axios`)
* Request (`npm i request`)
* HTTP (`npm i http`)

### Dépendences de dev :
* Electron (`npm i -D electron`)
* Electron Builder (`npm i -D electron-builder`)

Le *package.json* est uniquement pour Windows ! Pour obtenir la version macOS, cliquez [ici](build/macos-package.json).

Ce Launcher est basé sur un autre Launcher que j'ai créé, mais ce dernier n'est pas disponible sur GitHub.
Expand Down

0 comments on commit 2f5663d

Please sign in to comment.