From 2e868836b84ec7278248258451e496cea226174a Mon Sep 17 00:00:00 2001 From: markus schnalke Date: Sat, 8 Dec 2012 23:12:32 +0100 Subject: [PATCH] docs/README.developers: minor cleanups. --- docs/README.developers | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/README.developers b/docs/README.developers index 7cb5eec..a450598 100644 --- a/docs/README.developers +++ b/docs/README.developers @@ -123,8 +123,8 @@ here): 6. If you have root access on your machine, it's good at this point to do: - % chown -R 0:0 nmh-1.0 - % tar cvf - nmh-1.0 | gzip -c > nmh-1.0.tar + % chown -R 0:0 mmh-1.0 + % tar cvf - mmh-1.0 | gzip -c > mmh-1.0.tar.gz If you leave the files in the archive as being owned by yourself, your UID may coincide with one of a user on a machine where mmh is -- 1.7.10.4