Hello! We are running our annual fundraising. Please consider making a donation if you value this freely available service or want to support people around the world working towards liberatory social change - https://riseup.net/donate
@@ -88,6 +88,10 @@ The above process should build the Core Rulebook. If you wish to execute the bui
...
@@ -88,6 +88,10 @@ The above process should build the Core Rulebook. If you wish to execute the bui
I don't have a Mac to test on, but this will probably work with `homebrew`.
I don't have a Mac to test on, but this will probably work with `homebrew`.
## `tlmgr`
If you want to install just the LaTeX packages you'll need with `tlmgr`, clone the [config repo](https://gitlab.com/bindrpg/config), and run `./Docker/tlmgrDeps.sh`.
# Learning Git
# Learning Git
If you modify a weapon and someone else adds a spell, nobody wants to deal with merging those two ideas together. Git puts your changes together for you.
If you modify a weapon and someone else adds a spell, nobody wants to deal with merging those two ideas together. Git puts your changes together for you.
...
@@ -126,5 +130,4 @@ Push your changes to gitlab, so everyone sees them.
...
@@ -126,5 +130,4 @@ Push your changes to gitlab, so everyone sees them.
```bash
```bash
git push origin new
git push origin new
```
```
Remember you are pushing your own branch, so replace 'new' with whatever name you gave your branch.
Remember you are pushing your own branch, so replace 'new' with whatever name you gave your branch.