temp info for install

This commit is contained in:
Martin Angers
2012-09-07 09:50:22 -04:00
parent 7126aa375d
commit 661a12ade6
2 changed files with 13 additions and 6 deletions
+7
View File
@@ -10,6 +10,13 @@ Syntax-wise, it is as close as possible to jQuery, with the same function names
Since this library (and cascadia) depends on the experimental branch, this package must be installed first. Both GoQuery and Cascadia expect to find the experimental library with the `"exp/html"` import statement. To install it at this location, please [follow this guide][wikiexp].
**TEMP** : Due to recent breaking changes in the experimental HTML package (which is to be expected, being experimental and all...), user Zippoxer mentions this on golang-nuts mailing list:
> Had to clone revision e17cd42dcc09 of Go to get cascadia [and GoQuery] to compile.
I'll try to bring things up to date Sep. 10th, along with cascadia's author.
**END TEMP**
Once this is done, install GoQuery:
`go get github.com/PuerkitoBio/goquery`
+6 -6
View File
@@ -5,12 +5,12 @@
</head>
<body>
<div id="main">
<div id="n1"></div>
<div id="n2"></div>
<div id="n3"></div>
<div id="n4"></div>
<div id="n5"></div>
<div id="n6"></div>
<div id="n1" class="even row"></div>
<div id="n2" class="odd row"></div>
<div id="n3" class="even row"></div>
<div id="n4" class="odd row"></div>
<div id="n5" class="even row"></div>
<div id="n6" class="odd row"></div>
</div>
</body>
</html>