Unverified Commit 63609454 authored by Simon Esposito's avatar Simon Esposito Committed by GitHub
Browse files

Improve modules README (#393)

parent c467f841
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -45,6 +45,8 @@ To setup your own project to build modules for the game server you can follow th
    go mod init my-plugin-project
    go get -u "github.com/heroiclabs/nakama-common@v1.1.1"
    ```
   
   ⚠️ __NOTE__: If you're working on Nakama's master branch drop the `@v1.1.1` from the above snippet.
4. Develop your plugin code (you can use the [minimal example](#minimal-example) as a starting point) and save it within your plugin project directory with the `.go` extension.

## Build & load process