mirror of
https://github.com/centau/vide.git
synced 2026-08-20 14:41:37 +00:00
1.8 KiB
1.8 KiB
| layout | next | hero | features | |||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| home |
|
|
|
Installation
Vide can be installed via Wally and Github. There is currently no official Vide rbxm.
:::tabs == Wally
Make sure you have wally installed on your computer.
Add the following line to your wally.toml and then re-install your packages
[dependencies]
vide = centau/vide@0.3.1
== Git
Make sure you have Git installed on your computer.
Run the following command in the directory you want to have Vide installed at
git submodule add https://github.com/centau/vide.git
== Build
Download vide onto your computer
git clone https://github.com/centau/vide.git & cd vide
then use a syncing tool to build Vide into a rbxm
rojo build -o build.rbxm
which you can then insert into Roblox Studio
:::