Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upUpdate Linux instructions #13
Merged
+1
−1
Conversation
|
One nit. |
index.html
Outdated
| @@ -83,7 +83,7 @@ <h2 class='header'>Linux Instructions</h2> | |||
| <li>Download the .TAR.GZ file</li> | |||
| <li>Expand the file (`tar zxf servo-latest.tar.gz`)</li> | |||
| <li>`cd servo`</li> | |||
| <li>Execute the `./runservo.sh` script to run Servo</li> | |||
| <li>Execute the `./servo` script to run Servo</li> | |||
This comment has been minimized.
This comment has been minimized.
aneeshusa
Jan 5, 2017
Member
./servo isn't a script but the actual executable, so remove the and script from this line.
|
done |
|
Thanks for the PR, LGTM! Homu is not yet enabled for this repo, so I can't merge this yet. |
This was referenced Jan 22, 2017
|
cc @edunham |
|
@jdm that work is already underway, see servo/saltfs#574 and #6, this repo just needs a .travis.yml file. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
UK992 commentedDec 30, 2016
No description provided.