You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When someone starts at github it's not 100% clear that a `git clone` is not the default installation method. I suspect this has confused a couple of users which makes helping them a lot more difficult.
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,9 @@ This is the Programming Contest Jury System "DOMjudge" version 9.0.0DEV
11
11
DOMjudge is a system for running a programming contest, like the
12
12
ICPC regional and world championship programming contests.
13
13
14
+
Installation
15
+
------------
16
+
We provide [stable releases](https://www.domjudge.org/download) and [daily snapshots](https://www.domjudge.org/snapshot/) of the latest code. Bootstrapping from git is an advanced usecase and mostly needed for development. Installing DOMjudge is almost never done via a `git clone` except for development usecases or testing the latest code.
0 commit comments