-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Include how-to-update section #6474
Conversation
Also minor headline formatting to make sections more obvious.
Hi, Thanks for this.
and see that which is the remote that is pointing to the openFrameworks github repo, and pull on that. For example, if I call this command I get the following:
Thus, it is the
The download dependencies is not absolutely mandatory, it is only needed when a dependency has been updated, which does not happen often, so I would add that this should be done if the local repo has not been updated in a long time. |
Good point @roymacdonald , I'll update it. |
Better now @roymacdonald ? |
Hi. sure, sorry to bother, but I would explicitly add how to add the other remote as it is super easy.
in which to update the project generator it is better to call |
Add info about adding upstream in git
Updated. |
Great! looks good to me. |
thanks |
INSTALL_FROM_GITHUB.md
Outdated
|
||
```bash | ||
git pull upstream master | ||
git submodule update --recursive |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I ran into this recently.
If you haven't pulled in the submodules you have to do this first:
git submodule update --init --recursive
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added :)
Mention how to --init submodules if never did
thanks! |
Also minor headline formatting to make sections more obvious.