fix README

This commit is contained in:
Filip Gralinski 2015-08-27 09:22:57 +02:00 committed by Filip Gralinski
parent 290d4db503
commit 517cef9088

View File

@ -98,6 +98,8 @@ repo (for the toy “planets” challenge) could be created as follows:
git commit -m 'init challenge'
git remote add origin git@github.com:filipg/planets
git push origin master
git branch dont-peek-here
git checkout dont-peek-here
git add test-A/expected.tsv
git commit -m 'with expected results'
git push origin dont-peek-here