Index: pkg/pathos/lib/path.dart |
diff --git a/pkg/pathos/lib/path.dart b/pkg/pathos/lib/path.dart |
index 5136871f732220412a6974c2d9285e56037102fc..c9c3aa8a58707bd051d98bf7986c67c278f1359b 100644 |
--- a/pkg/pathos/lib/path.dart |
+++ b/pkg/pathos/lib/path.dart |
@@ -3,6 +3,18 @@ |
// BSD-style license that can be found in the LICENSE file. |
/// A comprehensive, cross-platform path manipulation library. |
+/// |
+/// ## Installing ## |
+/// |
+/// Use [pub][] to install this package. Add the following to your `pubspec.yaml` |
Andrei Mouravski
2013/04/19 20:13:35
Line too long.
sethladd
2013/04/19 20:32:43
Done.
|
+/// file. |
+/// |
+/// dependencies: |
+/// pathos: any |
+/// |
+/// And then run `pub install`. |
+/// |
+/// [pub]: http://pub.dartlang.org |
library path; |
import 'dart:io' as io; |