From d51dae8c6f49da1519fc52cc1d72b53a61d5c8f7 Mon Sep 17 00:00:00 2001 From: Charadon Date: Sat, 6 Aug 2022 12:40:39 -0400 Subject: Updated docs and README --- docs/using.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs') diff --git a/docs/using.txt b/docs/using.txt index 216e497..29dbbf3 100644 --- a/docs/using.txt +++ b/docs/using.txt @@ -13,5 +13,7 @@ by running `crontab -e -u build_user` and adding: As for how to make it run as a daemon, that depends on the platform you are running it on, so refer to your OS's documentation for that. +Be sure to change the variables in config.sh to suit your projects needs. + Quirks: When running it on windows, you should use MSYS2. -- cgit 1.4.1-2-gfad0 onchange='this.form.submit();'> Unnamed repository; edit this file 'description' to name the repository.
about summary refs log tree commit diff stats
path: root/Makefile
blob: b139b544f91a86994ca125a229540e13ea7ab25a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60