g3n / engine

Go 3D Game Engine (http://g3n.rocks)
https://discord.gg/NfaeVr8zDg
BSD 2-Clause "Simplified" License
2.74k stars 292 forks source link

Removed deprecated go get -u outside module #286

Closed joaoofreitas closed 8 months ago

joaoofreitas commented 1 year ago

This quick PR updates documentation on demo installation due to recent deprecation of go get -u <url> outside golang repositories.

Find more about it here: https://go.dev/doc/go-get-install-deprecation

If you find it minimally relevant, please consider merging.

Best regards.

danaugrs commented 8 months ago

Thanks and sorry for the delay!