GNUmakefile: fix rsync destination for website
[kcar.git] / HACKING
blob55910795f56b7d40a2b0ceee61e0b98e50e24585
1 == development dependencies
3 * GNU make - https://www.gnu.org/software/make/
4 * git - https://www.git-scm.com/
5 * ruby - https://www.ruby-lang.org/en/
7         git clone https://yhbt.net/kcar.git
9 == tests
11 * make test - run each test in a separate process (parallelize using -j)
13 For non-GNU users, GNU make may be installed as "gmake".
15 == test environment
17 RUBY - specify an alternative ruby(1) runtime
18 V - set to 1 for verbose test output (may be mangled if multithreaded)
20 == installing from git
22 * make install-gem
24 == contact
26 We use git(7) and develop kcar on a public mailing list like git.git
27 developers do.  Please send patches via git-send-email(1) to the public
28 mailing list at <mailto:kcar-public@yhbt.net>.  Pull requests should be
29 formatted using git-request-pull(1).
31 All mail is archived publically at: https://yhbt.net/kcar-public/
32 and nntp://news.public-inbox.org/inbox.comp.lang.ruby.kcar
34 Anonymous contributions will always be welcome.
35 No subscription is necessary to post to the mailing list.
36 Please remember to Cc: all recipients as subscription is optional.