Skip to content
This repository has been archived by the owner on Dec 5, 2024. It is now read-only.

Commit

Permalink
Some more instructions so people don't get confused about errors
Browse files Browse the repository at this point in the history
  • Loading branch information
shana committed Jul 3, 2017
1 parent 508da2c commit c367e44
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/contributing/how-to-build.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,13 @@ Clone the repository and its submodules in a git GUI client that supports Git LF
git lfs clone https://github.com/github-for-unity/Unity
```

*Note*: git might complain that it can't checkout the `script` submodule. That submodule is not required for normal builds and you can ignore the error,
or run the following to stop it complaining:

```
git submodule deinit script
```

### Important pre-build steps

To be able to authenticate in GitHub for Unity, you'll need to:
Expand Down

0 comments on commit c367e44

Please sign in to comment.