summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorKim Kibum <kb0929.kim@samsung.com>2012-05-21 17:49:19 +0900
committerKim Kibum <kb0929.kim@samsung.com>2012-05-21 17:49:19 +0900
commite08857e3903959f080aa407da646feef9273162a (patch)
treedc8dac0ef9c8c01b2ebe7f5744467f8b01a0d503 /README
parent0e5b9c4adf619450a7aea27e6bf8d8c753625b1f (diff)
downloadsed-e08857e3903959f080aa407da646feef9273162a.tar.gz
sed-e08857e3903959f080aa407da646feef9273162a.tar.bz2
sed-e08857e3903959f080aa407da646feef9273162a.zip
Upload Tizen:Base source
Diffstat (limited to 'README')
-rw-r--r--README13
1 files changed, 13 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..3da31c2
--- /dev/null
+++ b/README
@@ -0,0 +1,13 @@
+This is the GNU implementation of sed, the Unix stream editor.
+
+See the NEWS file for a brief summary and the ChangeLog for
+more detailed descriptions of changes.
+
+See the file INSTALL for generic compilation and installation
+instructions.
+
+See the file BUGS for instructions about reporting bugs.
+
+The file README.boot gives instructions for making a "bootstrap"
+version of sed on systems which lack any pre-existing and working
+version of sed.