From 31c9f13fd3d1134cd6c189f6e88641b20f1dd777 Mon Sep 17 00:00:00 2001 From: Jonathan Holmes Date: Wed, 17 May 2023 15:05:42 +1200 Subject: [PATCH] Change to use rojo-rbx repo for installation --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6e9f4ea..9ca3a7b 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ The recommended way to install Tarmac is with [Aftman](https://github.com/LPGhat Add an entry to the `[tools]` section of your `aftman.toml` file: ```toml -tarmac = "vorlias/tarmac@0.7.3" +tarmac = "rojo-rbx/tarmac@0.7.3" ``` ### Installing with Foreman @@ -28,7 +28,7 @@ tarmac = "vorlias/tarmac@0.7.3" Add an entry to the `[tools]` section of your `foreman.toml` file: ```toml -tarmac = { source = "vorlias/tarmac", version = "0.7.3" } +tarmac = { source = "rojo-rbx/tarmac", version = "0.7.3" } ```