From 5f07e5364bb1c3b6592bc83025365cd388c24ab8 Mon Sep 17 00:00:00 2001 From: Nathan Lovato Date: Thu, 13 Feb 2020 17:53:42 -0600 Subject: [PATCH] Update the install section of the readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fca75bf..9dd72ad 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ As a short overview, a character is represented by a steering agent; it stores i ## Installation ## -The cleanest way to install the framework onto your project is to take the `/src/` folder and copy it into your project. I recommend something like `res://systems/godot-steering-framework/`. +The cleanest way to install the framework onto your project is to take the `/src/` folder and copy it into your project. We recommend placing it in a directory where you will store all your third-party libraries or dependencies. For example `res://src/libraries/godot_steering_framework/`. ## Getting Started ##