Skip to content

Commit 3d99503

Browse files
committed
add install section to nightly
1 parent 3949148 commit 3d99503

File tree

1 file changed

+10
-1
lines changed
  • docfx_project/articles/tutorials/connect-nightly

1 file changed

+10
-1
lines changed

docfx_project/articles/tutorials/connect-nightly/index.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,13 @@ To test if we've got a working nightly version we'll create a test project.
7171
* **Note** you can have Visual Studio implement the interface through the *See potential fixes* option that appears when you hover over the IModule error.
7272
2. Check the code generates to this result:
7373
![IModule interface](images/test-nightly-imodule.png)
74-
3. Build the project. If you get no errors you followed the instructions correctly and can now use the nightly builds.
74+
3. Build the project. If you get no errors you followed the instructions correctly and can now use the nightly builds.
75+
76+
## Install the module in Garry's Mod
77+
78+
1. Go to [https://nightly.gmodnet.xyz/](https://nightly.gmodnet.xyz/)
79+
2. Download the same version you selected in NuGet earlier
80+
3. Install it in Garry's Mod
81+
**Note:** Unlike the 0.6.0 release, the latest nightly builds need no Lua files. You should only require("dotnet") somewhere you want to use it.
82+
83+
**You can now install your module and load it in Garry's Mod**

0 commit comments

Comments
 (0)