Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(159)

Side by Side Diff: README.md

Issue 657423002: Add README.md file (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Comments addressed Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 V8 JavaScript Engine
2 =============
3
4 V8 is Google's open source JavaScript engine.
5
6 V8 implements ECMAScript as specified in ECMA-262.
7
8 V8 is written in C++ and is used in Google Chrome, the open source
9 browser from Google.
10
11 V8 can run standalone, or can be embedded into any C++ application.
12
13 V8 Project page: https://code.google.com/p/v8/
14
15
16 Getting the Code
17 ============
18
19 V8 Git repository: https://chromium.googlesource.com/v8/v8.git
20 GitHub mirror: https://github.com/v8/v8-git-mirror
21
22 For fetching all branches, add the following into your remote
23 configuration in `.git/config`:
24
25 fetch = +refs/branch-heads/*:refs/remotes/branch-heads/*
26 fetch = +refs/tags/*:refs/tags/*
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698