Skip to content

Commit 730dcd6

Browse files
committed
Get rid of bin references.
Fixes #25
1 parent 6d9a7a9 commit 730dcd6

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

CONTRIBUTING.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,18 @@ To get started working on Rodux, you'll need:
1919
* [Luacheck](https://github.com/mpeterv/luacheck) (`luarocks install luacheck`)
2020
* [LuaCov](https://keplerproject.github.io/luacov) (`luarocks install luacov`)
2121

22-
Once you have all of these installed, you can run `lua bin/install-dependencies.lua` script to grab a couple additional local dependencies automatically.
22+
Before the tests will work, make sure you have all of the repository's Git submodules installed. If you haven't cloned it yet, you can use:
23+
24+
```sh
25+
git clone --recurse-submodules https://github.com/Roblox/rodux.git
26+
```
27+
28+
If you've already cloned the Rodux repository, you can use:
29+
30+
```sh
31+
git submodule init
32+
git submodule update
33+
```
2334

2435
Finally, you can run all of Rodux's tests with:
2536

0 commit comments

Comments
 (0)