summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Mike Burns <mike@mike-burns.com>2013-08-01 12:00:07 -0400
committerGravatar Mike Burns <mike@mike-burns.com>2013-08-01 12:00:07 -0400
commitbc1364d1a195572bf470c81352c01bc8dfec6880 (patch)
tree7609db9e44b06b9defca3835cd7d38749abbfa07
parent6cd238b969f46a5cdc5b5c252beaedf721d65c44 (diff)
Document Debian installation instructions
Currently the deb file is hosted on my personal server. Download it then use `dpkg` to install it.
-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