Skip to content

Commit 542799c

Browse files
committed
Update README.md
1 parent 54b565b commit 542799c

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ What it can do
6767
* Remotely and safely disable your mod
6868
* Publish your mod on mod portal via GitHub tags
6969
* Auto generate documentation with auto publishing on [GitHub pages][GitHub-page]
70+
* Auto publishing on [mods.portal.com](https://mods.factorio.com/) and on GitHub
7071

7172
What it enables you to do
7273
-------------------------
@@ -78,6 +79,7 @@ What it enables you to do
7879
* Fastly publish your mod on mod portal
7980
* Use other's modules/code without adaptation
8081
* Easily manage your documenation
82+
* Auto publishing everywhere (almost)
8183

8284
Useful stuff
8385
------------
@@ -90,7 +92,7 @@ Useful stuff
9092
Stuff used
9193
----------
9294

93-
* [A GitHub Action](https://github.com/shanemadden/factorio-mod-portal-publish) to automatically publish to the Factorio mod portal
95+
* Many GitHub Actions to automatically publish to the Factorio mod portal etc
9496
* [EditorConfig](https://editorconfig.org/) - helps maintain consistent coding styles for multiple developers working on the same project across various editors and IDEs
9597
* Factorio's event handler (See Factorio's folder `..\data\core\lualib\event_handler.lua`)
9698
* [git][git] - version control system
@@ -100,6 +102,7 @@ Stuff used
100102
* Some ZwerOxotnik's code
101103
* Auto documentation: [GitHub actions](.github/workflows/doc.yml) + [Python](https://www.python.org/) + [sphinx][sphinx] + [sphinx-lua][sphinx-lua] + [sphinx-rtd-theme][sphinx-rtd-theme] + [m2r2][m2r2]
102104
* [factorio-mod-luacheck][factorio-mod-luacheck] - This GitHub action will run your mod code through luacheck (not full support)
105+
* Auto publishing using many GitHub actions etc (see [.github/workflows/autoPublish.yml](.github/workflows/autoPublish.yml))
103106

104107
How to start?
105108
------------
@@ -108,7 +111,7 @@ How to start?
108111
* Change [info.json](info.json), [defines.lua](defines.lua)
109112
* Replace my nickname, this project in links, description with your stuff almost everywhere
110113
* Remove unnecessary code, files in /models, /migrations, root folder and create a file there with similar structure in the folder
111-
* **Change or delete** .github/ISSUE_TEMPLATE/*
114+
* **Change or delete** .github/ISSUE_TEMPLATE/* (please read [this](https://github.com/shanemadden/factorio-mod-portal-publish))
112115
* Handle files in [control.lua](control.lua)
113116
* Change settings in [models/BetterCommands/control.lua](models/BetterCommands/control.lua) if you want
114117
* Change/delete auto documentation in ./predocs and [doc.yml](.github/workflows/doc.yml)

0 commit comments

Comments
 (0)