We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ceed123 commit 6f46243Copy full SHA for 6f46243
README.md
@@ -10,8 +10,8 @@ Subgames are written in Lua. They have to be in the `subgames` folder.
10
11
On a GNU/Linux operating system you can do:
12
```
13
-$ wget https://github.com/paly2/upsilon/archives/master.tar.gz -O upsilon.tar.gz
14
-$ tar zxf upsilon.tar.gz
+$ sudo apt-get install git # Note: git may be already installed.
+$ git clone https://github.com/UpsilonPuzzle/upsilon.git --recursive
15
$ cd upsilon
16
$ chmod +x install.sh
17
$ sudo ./install.sh
0 commit comments