summaryrefslogtreecommitdiff
path: root/ReadMe.md
diff options
context:
space:
mode:
Diffstat (limited to 'ReadMe.md')
-rw-r--r--ReadMe.md22
1 files changed, 11 insertions, 11 deletions
diff --git a/ReadMe.md b/ReadMe.md
index 2dfcc44..4bc3b1a 100644
--- a/ReadMe.md
+++ b/ReadMe.md
@@ -4,7 +4,7 @@ To build and install the library, run:
$ ./configure
$ make
- # make install
+ $ make install
Required packages:
@@ -12,29 +12,29 @@ Required packages:
- libtool
- make
-If you checked the source code from the Git repository, run
+If you cloned the source code from the Git repository, run:
$ ./bootstrap
$ ./configure
$ make
- # make install
+ $ make install
Required packages:
- autoconf
+- gcc
- libtool
- make
-For more information, check the [LibYAML
-homepage](https://github.com/yaml/libyaml).
+This libyaml source code repository is hosted at
+https://github.com/yaml/libyaml.
-Discuss LibYAML with the maintainers in IRC #libyaml irc.freenode.net.
+To contribute changes, see https://github.com/yaml/libyaml/wiki/Contributing.
-You may also use the [YAML-Core mailing
-list](http://lists.sourceforge.net/lists/listinfo/yaml-core).
+Discuss LibYAML with the maintainers in IRC #libyaml irc.freenode.net.
-Submit bug reports and feature requests to the [LibYAML bug
-tracker](https://github.com/yaml/libyaml/issues/new).
+Submit bug reports and feature requests to
+https://github.com/yaml/libyaml/issues/.
This project was developed for Python Software Foundation as a part of Google
Summer of Code under the mentorship of Clark Evans.
@@ -43,4 +43,4 @@ The LibYAML module was written by Kirill Simonov <xi@resolvent.net>.
It is currently maintained by the YAML community.
LibYAML is released under the MIT license.
-See the file LICENSE for more details.
+See the file License for more details.