Skip to content

Commit 6f46243

Browse files
committed
Change README.md
archive/master.tar.gz doesn't contain submodules.
1 parent ceed123 commit 6f46243

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ Subgames are written in Lua. They have to be in the `subgames` folder.
1010

1111
On a GNU/Linux operating system you can do:
1212
```
13-
$ wget https://github.com/paly2/upsilon/archives/master.tar.gz -O upsilon.tar.gz
14-
$ tar zxf upsilon.tar.gz
13+
$ sudo apt-get install git # Note: git may be already installed.
14+
$ git clone https://github.com/UpsilonPuzzle/upsilon.git --recursive
1515
$ cd upsilon
1616
$ chmod +x install.sh
1717
$ sudo ./install.sh

0 commit comments

Comments
 (0)