Compare commits

..

1 commit

Author SHA1 Message Date
9890293195
docs: add install instructions to readme 2025-03-02 16:04:57 +01:00
2 changed files with 3 additions and 18 deletions

View file

@ -1,17 +0,0 @@
---
on:
push:
# tags:
# - "*release*"
jobs:
build:
runs-on: "docker"
container:
image: "mcr.microsoft.com/dotnet/sdk:9.0-alpine"
steps:
- shell: ash
run: "apk add --update git"
- shell: ash
run: "git clone --depth 1 https://oauth2:${{ secrets.FORGEJO_TOKEN }}@git.femboy.science/maciek/big-and-small-unofficial-addon-anomaly.git"
- shell: ash
run: "echo ${{ env.FORGEJO_OUTPUT }} >> $GITHUB_OUTPUT"

View file

@ -1,7 +1,9 @@
# Maciek's Big and Small unofficial add-on - Anomaly # Maciek's Big and Small unofficial add-on - Anomaly
Maciek's Big and Small unofficial add-on - Anomaly Maciek's Big and Small unofficial add-on - Anomaly
a rimworld mod a rimworld mod
## Install
Download the latest release from [releases](https://git.femboy.science/maciek/big-and-small-unofficial-addon-anomaly/releases) and unpack inside your local mods folder.
## Building ## Building
Assuming you have .NET installed just execute: Assuming you have .NET installed just execute:
```sh ```sh