Remove INSTALL to avoid duplicating content that's already in README.
authorW. Trevor King <wking@drexel.edu>
Sun, 5 Jun 2011 23:05:13 +0000 (19:05 -0400)
committerW. Trevor King <wking@drexel.edu>
Sun, 5 Jun 2011 23:05:13 +0000 (19:05 -0400)
INSTALL [deleted file]
README

diff --git a/INSTALL b/INSTALL
deleted file mode 100644 (file)
index 51b3df6..0000000
--- a/INSTALL
+++ /dev/null
@@ -1,14 +0,0 @@
-INSTALL
-=======
-
-g-pypi is available in my overlay directory:
-
-If you haven't emerged and configured app-portage/layman:
-   emerge layman
-   layman --add pythonhead
-   echo "source /var/lib/layman/make.conf" >> /etc/make.conf
-   emerge g-pypi
-
-If you have emerged and configured app-portage/layman:
-   layman --add pythonhead
-   emerge g-pypi
diff --git a/README b/README
index 3716d3459f372fc06793bec830e261f914416446..d76bb5152eba18dba06503ac742e46336691371d 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,3 @@
-
 g-pypi
 ======
 
@@ -11,6 +10,7 @@ Although it's in the early stages of development, testing has generated over 1,2
 
 Note: g-pypi will only be as good at creating ebuilds as The Python Package Index information is. People can leave out a lot of information when submitting info to PyPI, making ebuild creation impossible.
 
+
 Basic Usage
 ===========
 
@@ -70,16 +70,20 @@ Use '-V' for verbose output for debugging.
 INSTALL
 =======
 
-g-pypi is available in my overlay directory:
+g-pypi is available in my overlay directory.
 
-If you haven't emerged and configured app-portage/layman:
+If you haven't emerged and configured app-portage/layman::
 
-::
+  # emerge layman
+  # layman --add pythonhead
+  # echo "source /var/lib/layman/make.conf" >> /etc/make.conf
+  # emerge g-pypi
+
+If you have emerged and configured app-portage/layman::
+
+  # layman --add pythonhead
+  # emerge g-pypi
 
-   emerge layman
-   echo "source /usr/portage/local/layman/make.conf" >> /etc/make.conf
-   layman --add pythonhead
-   emerge g-pypi
 
 Subversion
 ==========