From 98ccbd2f66a4133e8c9165159bb1ab6f6371f0b9 Mon Sep 17 00:00:00 2001 From: Mike Date: Fri, 20 Sep 2019 22:38:27 -0700 Subject: [PATCH] learning english --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2641f4e..fe8aa2d 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Start new FNA projects with Nez quickly and easily with handy setup scripts, a v That's it! Now you're ready to build and run the base project. If you get missing DLL errors (pointing at SDL) when running in Visual Studio copy the FNA libs into your `/usr/local/lib` folder. With Visual Studio Code, `DYLD_LIBRARY_PATH` is set automatically so it won't run into the DLL not found error. Nez is setup as a submodule so you can update it in the normal fashion. -When developing, raw content (files not processed by the Pipeline tool) should be placed in the `Content` folder's subfolders and anything that needs processing should go in the `CompiledContent` folder and added to the Pipeline tool. +When developing, raw content (files not processed by the Pipeline tool) should be placed in the `Content` folders subfolders and anything that needs processing should go in the `CompiledContent` folder and added to the Pipeline tool. The setup process will also init a git repo for you with Nez added as a submodule.