| Index: pkg/pathos/lib/path.dart
|
| diff --git a/pkg/pathos/lib/path.dart b/pkg/pathos/lib/path.dart
|
| index 5136871f732220412a6974c2d9285e56037102fc..8d8307736b70141922c5434f8cb58ec0733da34e 100644
|
| --- a/pkg/pathos/lib/path.dart
|
| +++ b/pkg/pathos/lib/path.dart
|
| @@ -3,6 +3,22 @@
|
| // 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` file.
|
| +///
|
| +/// dependencies:
|
| +/// pathos: any
|
| +///
|
| +/// Then run `pub install`.
|
| +///
|
| +/// For more information, see the
|
| +/// [pathos package on pub.dartlang.org][pkg].
|
| +///
|
| +/// [pub]: http://pub.dartlang.org
|
| +/// [pkg]: http://pub.dartlang.org/packages/pathos
|
| library path;
|
|
|
| import 'dart:io' as io;
|
|
|