Chromium Code Reviews| Index: README.md |
| diff --git a/README.md b/README.md |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..d91ee79225af86c93c201c9b362f46abb906e28e |
| --- /dev/null |
| +++ b/README.md |
| @@ -0,0 +1,14 @@ |
| +GURL |
| +==== |
| + |
| +This repository contains a library for manipulating URLs in C++. |
| + |
| +# Contributing |
| + |
| +Please do not make pull requests against this repository! |
| + |
| +This repository uses [Mojo](https://github.com/domokit/mojo)'s code |
| +reivew and build bot infrastructure. Assuming you have |
|
Chinmay
2016/03/31 23:51:12
Typo in "review"
|
| +[depot_tools](http://www.chromium.org/developers/how-tos/install-depot-tools) |
| +installed, then `git cl` commands, as described |
| +[here](https://github.com/domokit/mojo#contribute), should Just Work. |