Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
spacing to make it actually readable
  • Loading branch information
Hextical authored Aug 8, 2019
1 parent f472c88 commit de7103a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,21 @@ Currently this can be used to check for updates from a given `instances` folder.
One can utilize the program by locating the absolute path to the `instance` folder. Check out the releases tab for a binary.

Example command-line usage:

`
CMPU -d "C:\Users\hexii\Documents\MultiMC\instances\1.12.2\.minecraft" "1.12.2"
`
Full usage so far (checks for updates, then exports both the old and new manifest)

Full usage so far (checks for updates, then exports both the old and new manifest json files)

`
CMPU -d "C:\Users\hexii\Documents\MultiMC\instances\1.12.2\.minecraft" "1.12.2" -export-new true -export-old true -manifest C:\Users\hexii\Desktop\export.json
`

This will generate two files: an old.json and a manifest.json file within the execution directory.

To see all possible commands use:

`
CMPU -help
`
Expand Down

0 comments on commit de7103a

Please sign in to comment.