From f00bcc6d7ed8ccc8b70b677cca90f0717dca4d99 Mon Sep 17 00:00:00 2001 From: Lucien Greathouse Date: Fri, 8 Dec 2017 16:52:13 -0800 Subject: [PATCH] Point to the rojo-plugin repository --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7c596afc..4cfb5dac 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,8 @@ Rojo is a flexible multi-tool designed for creating robust Roblox projects. It's It's designed for power users who want to use the **best tools available** for building games, libraries, and plugins. +This is the main Rojo repository, containing the binary server component. For the source for the Roblox plugin, [see the rojo-plugin repository](https://github.com/LPGhatguy/rojo-plugin). + ## Features Rojo has a number of desirable features *right now*: @@ -28,7 +30,7 @@ Soon, Rojo will be able to: ## Installation Rojo has two components: * The command line tool, written in Rust -* The [Roblox Studio plugin](https://www.roblox.com/library/1211549683/Rojo-v0-0-0), written in Lua +* The [Roblox Studio plugin](https://www.roblox.com/library/1211549683/Rojo), written in Lua To install the command line tool, there are two options: * Cargo, if you have Rust installed