Skip to content
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.

Commit

Permalink
Update Installation Page (#296)
Browse files Browse the repository at this point in the history
  • Loading branch information
Water committed Feb 23, 2021
1 parent f6dd2b2 commit 9b94828
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/guide/installation.md
Expand Up @@ -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
* Use a plugin like [Rojo](https://github.com/LPGhatguy/rojo) to sync the files into a place

0 comments on commit 9b94828

Please sign in to comment.