summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--DEVELOPERS.md2
-rw-r--r--README.md7
2 files changed, 7 insertions, 2 deletions
diff --git a/DEVELOPERS.md b/DEVELOPERS.md
index 3ff3516..973a66a 100644
--- a/DEVELOPERS.md
+++ b/DEVELOPERS.md
@@ -22,7 +22,7 @@ First, everything must be set up just right:
cd ~/debian/rcm && \
rm -f rcm_0.0.2.orig.tar.gz && \
rm -f rcm-0.0.2/tags && \
- tar --exclude=*swp --exclude-backups --exclude-vcs --exclude=debian -zcf rcm_0.0.2.orig.tar.gz rcm-0.0.2
+ tar --exclude=*swp --exclude-backups --exclude-vcs --exclude=debian --exclude=config.status --exclude=config.log -zcf rcm_0.0.2.orig.tar.gz rcm-0.0.2
Given that, now you can generate the Debian package. This requires the
Debian packaging tools, especially debuild:
diff --git a/README.md b/README.md
index 65f31f1..17b0126 100644
--- a/README.md
+++ b/README.md
@@ -15,7 +15,12 @@ Arch Linux:
https://aur.archlinux.org/packages/rcm-git/
-On OS X:
+Debian-based (including Ubuntu):
+
+ wget http://mike-burns.com/project/rcm/rcm_0.0.2-1_all.deb
+ sudo dpkg -i rcm_0.0.2-1_all.deb
+
+OS X:
brew tap mike-burns/rcm
brew install rcm