mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2024-11-15 19:33:36 +00:00
Make downloading the assets submodule a separate step.
This commit is contained in:
parent
9fb4a8719a
commit
841a61408c
|
@ -5,8 +5,9 @@
|
||||||
- Download Git from [git-scm.com](https://www.git-scm.com)
|
- Download Git from [git-scm.com](https://www.git-scm.com)
|
||||||
- Do NOT download the repository using the Download ZIP button on GitHub or you may run into errors!
|
- Do NOT download the repository using the Download ZIP button on GitHub or you may run into errors!
|
||||||
- Instead, open a command prompt and do the following steps...
|
- Instead, open a command prompt and do the following steps...
|
||||||
1. Run `git clone --recurse-submodules https://github.com/FunkinCrew/funkin.git` to clone the repository with the necessary assets submodule
|
1. Run `git clone https://github.com/FunkinCrew/funkin.git` to clone the base repository.
|
||||||
- _If you accidentally cloned without the `assets` submodule (aka didn't follow the step above), you can run `git submodule update --init --recursive` to get the assets in a foolproof way._
|
2. Run `git submodule update --init --recursive` to download the game's assets.
|
||||||
|
- NOTE: By performing this operation, you are downloading Content which is proprietary and protected by national and international copyright and trademark laws. See [the LICENSE.md file for the Funkin.assets](https://github.com/FunkinCrew/funkin.assets/blob/main/LICENSE.md) repo for more information.
|
||||||
2. Run `haxelib --global install hmm` and then `haxelib --global run hmm setup` to install hmm.json
|
2. Run `haxelib --global install hmm` and then `haxelib --global run hmm setup` to install hmm.json
|
||||||
3. Run `hmm install` to install all haxelibs of the current branch
|
3. Run `hmm install` to install all haxelibs of the current branch
|
||||||
4. Run `haxelib run lime setup` to set up lime
|
4. Run `haxelib run lime setup` to set up lime
|
||||||
|
|
Loading…
Reference in a new issue