Browse Source

Update README.md

Nathan Schneider 3 years ago
parent
commit
37463fc8cc
1 changed files with 16 additions and 1 deletions
  1. 16 1
      README.md

+ 16 - 1
README.md

@@ -42,6 +42,21 @@ By default, a  data  directory  named  "data" will  be created in  this director
 
 Another storage method may be chosen in modpol.lua. A StorageRef-based method for Minetest 5.* is included: storage-mod_storage.lua.
 
+## Stand-alone Modular Politics
+
+To separate the Modular Politics core from the Minetest mod, simply remove these files:
+
+```
+mod.conf
+init.lua
+description.txt
+depends.txt
+/storage/storage-mod_storage.lua
+/modpol_minetest/
+```
+
+Eventually the stand-alone modpol package will be published as a separate repo.
+
 
 ## Authorship
 
@@ -49,7 +64,7 @@ Initiated by [Nathan Schneider](https://nathanschneider.info) of the [Media Ente
 
 We'd love to have more contributors, particularly from the Minetest community! Please join the conversation in the [Issues](https://gitlab.com/medlabboulder/modpol/-/issues) or the [Minetest.net forum](https://forum.minetest.net/viewtopic.php?f=47&t=26037).
 
-Thanks to contributors: Robert Kiraly [[OldCoder](https://github.com/oldcoder/)] (ocutils.lua, storage-local.lua, project refactoring)
+Thanks to contributors: Robert Kiraly [[OldCoder](https://github.com/oldcoder/)] (ocutils.lua, storage-local.lua, project refactoring), [MisterE](https://gitlab.com/gbrrudmin) (project refactoring, core feature development)
 
 ## Licenses