diff options
author | Lenny McLennington <lennymclennington@protonmail.com> | 2021-12-25 21:14:07 +0000 |
---|---|---|
committer | Lenny McLennington <lennymclennington@protonmail.com> | 2021-12-26 21:58:53 +0000 |
commit | 4435665d872c9dc94608714024e9ce5e5a113168 (patch) | |
tree | 78987bef9fa4407c7869ee8b729e84cdba37180b | |
parent | a11162ec6118ca774c5397a9c5eb65c6787ec658 (diff) | |
download | PrismLauncher-4435665d872c9dc94608714024e9ce5e5a113168.tar.gz PrismLauncher-4435665d872c9dc94608714024e9ce5e5a113168.tar.bz2 PrismLauncher-4435665d872c9dc94608714024e9ce5e5a113168.zip |
Add development section back to README.md
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -31,6 +31,9 @@ Experimental packages are available for Linux (non-portable) and Windows (portab - [Windows (32-bit)](https://jenkins.swurl.xyz/job/PolyMC/lastSuccessfulBuild/artifact/win32.zip) - this is a portable package, you can extract it anywhere and run it. This package needs testing. - MacOS currently does not have any packages. We are still working on setting up MacOS packaging. +## Development +If you want to contribute to PolyMC you might find it useful to join [#development:polymc.org on Matrix](https://matrix.to/#/#development:polymc.org) or join [our Discord server](https://discord.gg/xq7fxrgtMP), which is bridged with the PolyMC Matrix rooms. Thank you! + ### Building If you want to build PolyMC yourself, check [BUILD.md](BUILD.md) for build instructions. |