say what operating systems are supported

This commit is contained in:
Pierce 2018-10-29 18:32:19 -04:00 committed by GitHub
parent 78b80ebc27
commit 26a507431b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,7 +16,7 @@ launch({
}, },
// All of the following is required // All of the following is required
root: "directory", // C:/Users/user/AppData/Roaming/.mc root: "directory", // C:/Users/user/AppData/Roaming/.mc
os: "windows", os: "windows", // windows, osx, linux
version: { version: {
number: "1.12.2", // Minecraft version you want to launch number: "1.12.2", // Minecraft version you want to launch
type: "MC-Launcher" // Type. Can be anything type: "MC-Launcher" // Type. Can be anything