Skip to content
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

Missing git fetch llv8 in instructions #15

Closed
Chaz6 opened this issue Sep 8, 2016 · 1 comment
Closed

Missing git fetch llv8 in instructions #15

Chaz6 opened this issue Sep 8, 2016 · 1 comment

Comments

@Chaz6
Copy link

Chaz6 commented Sep 8, 2016

In the instructions, the following:

Fetch all the code:

fetch v8
cd v8
git remote add llv8 https://github.com/ispras/llv8.git
git checkout -b llv8 llv8/llv8
gclient sync

Should be replaced with:-

Fetch all the code:

fetch v8
cd v8
git remote add llv8 https://github.com/ispras/llv8.git
git fetch llv8
git checkout -b llv8 llv8/llv8
gclient sync

Otherwise you get an error when running git checkout.

@vivanishin
Copy link
Member

Thank you, Chaz. Updated readme and the wiki.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants