Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add clearer instructions for VSCode users #144

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 36 additions & 0 deletions docs/getting-started/installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,42 @@ The VS Code extension does not add `rojo` to your system PATH. In order to use R

[extension]: https://marketplace.visualstudio.com/items?itemName=evaera.vscode-rojo

## Installing the Plugin

<Tabs>
<TabItem value="github" label="From GitHub">

The Rojo plugin is available from Rojo's GitHub Releases page.

<Link
className="button button--primary button--extra-margin"
to="https://github.com/rojo-rbx/rojo/releases"
>Rojo GitHub Releases</Link>

:::info
Rojo has a separate plugin for each major version. Make sure you install the correct one!
:::

Download the attached `rbxm` file and put it into your Roblox Studio plugins folder. You can find that folder by pressing **Plugins Folder** from your Plugins toolbar in Roblox Studio:

!['Plugins Folder' button in Roblox Studio](/img/plugins-folder-in-studio.png)

</TabItem>
<TabItem value="roblox" label="From Roblox.com">

The Rojo plugin can be installed from Roblox.com.

<Link
className="button button--primary button--extra-margin"
to="https://www.roblox.com/library/13916111004/Rojo"
>Rojo 7 Plugin on Roblox.com</Link>

Press the 'Install' button on the plugin page to add it to Roblox Studio.

</TabItem>

</Tabs>

</TabItem>
<TabItem value="cli" label="CLI">

Expand Down