summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorHans Ulrich Niedermann <hun@n-dimensional.de>2009-04-01 16:28:46 +0200
committerHans Ulrich Niedermann <hun@n-dimensional.de>2009-04-01 16:28:46 +0200
commit28c8da9787ee7fc592e9ed396bb69a98a71a3f6e (patch)
treed91836d49e62b7c9c1b1ab5fdba5c0160947ada4 /README
parentdc678aa4a725cc41b048ecda0edb42a1bb8bd3df (diff)
Automatic package name detection
Diffstat (limited to 'README')
-rw-r--r--README7
1 files changed, 3 insertions, 4 deletions
diff --git a/README b/README
index 7f1adc9..d5f1175 100644
--- a/README
+++ b/README
@@ -1,8 +1,7 @@
# How to use this file:
-# 0. run "git init"
-# 1. git submodule add 'git://fedorapeople.org/~ndim/git-rpm.git' git-rpm
-# 2. copy git-rpm/GNUmakefile to your top directory:
-# $ cp git-rpm/GNUmakefile .
+# 0. $ mkdir mypkg && cd mypkg && git init
+# 1. $ git submodule add 'git://fedorapeople.org/~ndim/git-rpm.git' git-rpm
+# 2. $ ln -s git-rpm/GNUmakefile .
# 3. write mypkg.spec, and fill in at least the Summary: line
# 4. run "make setup" to created the upload directory to the server
# 5. write mypkg.spec, patches, Source: files, etc.