From 13caf51f916d65d90b148d8955e4a265afa6fefc Mon Sep 17 00:00:00 2001 From: Water Date: Mon, 22 Feb 2021 20:05:55 +1000 Subject: [PATCH] Update Installation Page https://github.com/Roblox/roact/issues/295 --- docs/guide/installation.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/guide/installation.md b/docs/guide/installation.md index 348e98de..2849b7b8 100644 --- a/docs/guide/installation.md +++ b/docs/guide/installation.md @@ -3,10 +3,10 @@ There are two supported ways to get started with Roact. For our examples, we'll install `Roact` to `ReplicatedStorage`. In practice, it's okay to install Roact anywhere you want! ### Method 1: Model File (Roblox Studio) -* Download the `rbxmx` model file attached to the latest release from the [GitHub releases page](https://github.com/Roblox/Roact/releases). +* Download the `rbxm` model file attached to the latest release from the [GitHub releases page](https://github.com/Roblox/Roact/releases). * Insert the model into Studio into a place like `ReplicatedStorage` ### Method 2: Filesystem -* Copy the `lib` directory into your codebase +* Copy the `src` directory into your codebase * Rename the folder to `Roact` -* Use a plugin like [Rojo](https://github.com/LPGhatguy/rojo) to sync the files into a place \ No newline at end of file +* Use a plugin like [Rojo](https://github.com/LPGhatguy/rojo) to sync the files into a place