From 599b08eb2beb207b81073acb9626696f7f0e0171 Mon Sep 17 00:00:00 2001 From: Filip Gralinski Date: Sun, 23 Feb 2020 17:08:29 +0100 Subject: [PATCH] Fix README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a7d59b5..6433b0e 100644 --- a/README.md +++ b/README.md @@ -664,7 +664,7 @@ repo (for the toy “planets” challenge) could be created as follows: cd planets # output_directory in the Makefile above git init - git add .gitignore config.txt README.md {train,dev-0}/{in.tsv.xz,expected.tsv} test-A/in.tsv.xz + git add .gitignore config.txt README.md {train,dev-0}/{in.tsv.xz,expected.tsv} test-A/in.tsv.xz in-header.tsv out-header.tsv git commit -m 'init challenge' git remote add origin ssh://gitolite@gonito.net/planets # some repo you have access git push origin master