-
-
Notifications
You must be signed in to change notification settings - Fork 153
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
Mention the need to pull tags when performing a development install #1457
Comments
And as well, we should change the upstream url to |
That sounds more like a local configuration detail, but we could add it as a side note. |
@brandonwillard documenting my experiences: Following the developer guide here, the steps I needed to run to yield no errors were as follows:
Trying to think of general way to phrase the docs: something like
Apologies for the verbosity. Let me know what you think. |
This looks great! Appreciate the detailed instructions. |
I agree with @dgerlanc; your walkthrough looks great. Feel free to open a PR for this at any time. |
@dgerlanc @brandonwillard thank you! I will most likely open a PR this coming Monday. |
We need to mention that users should pull the tags (e.g.
git fetch -t
) when attempting a developer build; otherwise, they could getvcs
errors.Originally posted by @brandonwillard in #1456 (reply in thread)
The text was updated successfully, but these errors were encountered: