Skip to content

Commit

Permalink
fix: bump version for PR
Browse files Browse the repository at this point in the history
  • Loading branch information
ChecksumDev committed Mar 25, 2024
1 parent d4dd020 commit 5ef3c39
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,28 @@
# GenericStripper

A simple tool to strip and virtualize game libraries for use in GitHub actions.

## 📥 Installation

Download the latest release from the [releases](https://github.com/beat-forge/GenericStripper/releases) page.

## 📖 Usage

```
GenericStripper.exe strip -m <module> -p <game path> -o <output directory>
```

## 📦 Modules
| Module | Description |
| --- |-----------------------------------|

| Module | Description |
| ----------- | ----------------------------------------------------------- |
| `beatsaber` | Strips a Beat Saber installation for use in GitHub actions. |

## 📝 Contributing
Pull requests are welcome for new modules or improvements to existing modules.
For major changes, please open an issue first to discuss what you would like to change.

Pull requests are welcome for new modules or improvements to existing modules.
For major changes, please open an issue first to discuss what you would like to change.

## 📄 License
This project is licensed under the GNU Affero General Public License v3.0 - see the [LICENSE](LICENSE) file for details.

This project is licensed under the GNU Affero General Public License v3.0 - see the [LICENSE](LICENSE) file for details.

0 comments on commit 5ef3c39

Please sign in to comment.