Skip to content

Commit 5aa47a2

Browse files
committed
The classic editing-gfm-by-committing-to-master
1 parent 8f8ca3a commit 5aa47a2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,4 +222,5 @@ docker pull battlecode/battlecode-2018
222222
The issue is most likely that you are using Windows line endings (\r\n) rather than Unix line endings (\n) which confuses the shell script and gives some silly error. To fix this, make sure to convert all your `run.sh` files to Unix format before running a game. You can accomplish this with an editor like Notepad++ (Edit -> EOL Conversion -> Unix/OSX Format) or the `dos2unix` command line tool (e.g. `dos2unix */run.sh`).
223223

224224
10. Why is my bot dying with a `Killed` message?
225-
This means you went over your memory limit. See [this gist](https://gist.github.com/kazimuth/115dabb6ece109545966b0125112bfe6) for some tips on fixing that problem.
225+
226+
This means you went over your memory limit. See [this gist](https://gist.github.com/kazimuth/115dabb6ece109545966b0125112bfe6) for some tips on fixing that problem.

0 commit comments

Comments
 (0)