1
0
mirror of https://github.com/packwiz/packwiz.git synced 2025-04-27 08:36:30 +02:00

Update README with more information

This commit is contained in:
comp500 2020-05-11 17:46:09 +01:00
parent 68486ca703
commit da779d55cd

@ -10,8 +10,12 @@ In future I will have a lot more installation options, but for now the easiest w
## Getting Started ## Getting Started
- Run `packwiz init` to create a modpack in the current folder - Run `packwiz init` to create a modpack in the current folder
- Run `packwiz curseforge import [zip path]` to import from a Twitch modpack
- Run `packwiz refresh` to update the index of mods - Run `packwiz refresh` to update the index of mods
- Run `packwiz curseforge install [mod]` to install a mod from CurseForge - Run `packwiz curseforge install [mod]` to install a mod from CurseForge
- Run `packwiz update *` to update all the mods in the modpack, or replace * with a mod to update it - Run `packwiz update [mod]` to update a mod
- Run `packwiz update --all` to update all the mods in the modpack
- Run `packwiz curseforge export` to export the modpack in the format supported by the Twitch Launcher - Run `packwiz curseforge export` to export the modpack in the format supported by the Twitch Launcher
- Run `packwiz serve` to start a local HTTP server running the pack - which packwiz-installer can install from
- Use the `--help` flag for more information about any command - Use the `--help` flag for more information about any command
- Use [packwiz-installer](https://github.com/comp500/packwiz-installer) as a MultiMC prelaunch task for auto updating, optional mods and side-only mods!