From eb839ded82384b218a06c50f34484e330f1fd15d Mon Sep 17 00:00:00 2001 From: Thomas Goyne Date: Mon, 30 Dec 2013 11:30:47 -0800 Subject: [PATCH] Fix typo in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b92b93b9b..199a6096f 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ All other dependencies are either stored in the repository or are included as su Building: 1. Clone Aegisub's repository recursively to fetch it and all submodules: `git clone --recursive git@github.com:Aegisub/Aegisub.git` -2. Disable autocrlf for ffmpeg, as its build system manages to not support Windows newlines: `cd aegisub/deps/ffmpeg && config --local core.autocrlf && git rm --cached -r . && git reset --hard` +2. Disable autocrlf for ffmpeg, as its build system manages to not support Windows newlines: `cd aegisub/deps/ffmpeg && git config --local core.autocrlf && git rm --cached -r . && git reset --hard` 3. Open Aegisub.sln 4. Build the "! Update Dependencies" project 5. Open the properties for the Aegisub project and set the location of MSYS in Configuration Properties > Aegisub > Library paths