From b199aba5e819658b2a971cd7d6c63dc2e2b6c242 Mon Sep 17 00:00:00 2001 From: trippjoe Date: Tue, 8 Feb 2022 13:10:04 -0500 Subject: [PATCH] updated readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 17a881f..83c441e 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ A launcher for users to install and run the OpenGOAL project with ease. ![Launcher GIF](./app/src/assets/images/launcher.gif) ## Contributing -As of right now, this project is dependent on the user building the OpenGOAL tools themselves, follow the [OpenGOAL README](https://github.com/water111/jak-project#readme) before attempting to run this. +As of right now, this project is dependent on the user building the OpenGOAL tools themselves, follow the [OpenGOAL README](https://github.com/open-goal/jak-project#readme) before attempting to run this. If you are interested in contributing to this project please clone the repo to your local machine and install all dependencies with `npm i`. To run the application navigate to the root directory and run: `npm run dev`.