This repository has been archived by the owner on Jul 25, 2019. It is now read-only.
Update source.md to include Casper submodule #121
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hey everyone,
This is my first pull request ever, so I'm sorry if I did something wrong but I think I followed the guidelines correctly.
Here's what I updated:
So when I was following the installation instructions for "Install from Source," I noticed that when I ran the command 'grunt master' to update everything, it threw some fatal errors: " 'upstream' does not appear to be a git repository," in reference to the submodule Casper. (I included all the error messages I received at the end of this.)
I thought others might have this problem when trying to update the source and thought I would add the instructions I used to simply rename origin to upstream and add origin for the Casper submodule.
I also added the instructions and command "git remote -v" so people could check to make sure they had entered everything correctly.
I removed the instructions and command "git checkout master && git pull upstream master" because I reasoned (A) that if they had just cloned the repository, it should be updated, and (B) if they run the command 'grunt master' - that essentially does the same thing and updates all of the repositories.
Thanks for all your work!
Edit: p.s. I forgot to include this. This is the fatal error message I receive if I don't have the Casper submodule repository renamed: