aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorsinanmohd <pcmsinan@gmail.com>2023-02-17 19:59:54 +0530
committersinanmohd <sinan@firemail.cc>2023-04-07 14:57:51 +0530
commit8660195f7918009442b649407d19806bf9a80c95 (patch)
tree5603217f365ff6e448439359d528ceaa88fb27c8 /README.md
initial commit
Diffstat (limited to 'README.md')
-rw-r--r--README.md27
1 files changed, 27 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..baf506b
--- /dev/null
+++ b/README.md
@@ -0,0 +1,27 @@
+# soibox
+A game launcher for the cmdline written in posix, soibox brings declarative game profiles to run games sandboxed
+
+## Showcase
+![soibox.gif](https://bin.sinanmohd.com/static/soibox.gif)
+
+## Installation
+```
+git clone https://git.sinanmohd.com/soibox
+cd soibox
+sudo make install
+```
+
+## Usage
+```
+soibox /path/to/game_profile
+```
+soibox comes with a [examble game profile](example/example.sb), take a look at it to make your own profiles
+
+## Dependencies
+* basic unix utils
+
+## Optional dependencies
+* [firejail](https://firejail.wordpress.com/) - sandbox games
+* [wine](https://www.winehq.org/) - run games developed for microsoft windows
+* [curl](https://github.com/curl/curl) - fetch releases from github
+* [dwarfs](https://github.com/mhx/dwarfs) - dwarfs groot support