1
0
Fork 0

Remove duplicate unzip command from index page

This commit is contained in:
Thanos Lefteris 2010-09-11 02:18:38 +03:00
parent d0aaa08f24
commit 6541b49a38
1 changed files with 0 additions and 1 deletions

View File

@ -70,7 +70,6 @@ layout: reference
$ wget http://sample.com/project.2010-06-01.zip
$ unzip project.2010-06-01.zip
$ cp -R project.2010-06-01 project-my-copy
$ unzip project.2010-06-01.zip
$ cd project-my-copy
$ (change something)
$ diff project-my-copy project.2010-06-01 > change.patch