update README
This commit is contained in:
parent
4f98fb7258
commit
ef91f420ac
1 changed files with 13 additions and 3 deletions
16
README.md
16
README.md
|
@ -6,20 +6,30 @@
|
||||||
make
|
make
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Installing
|
||||||
|
``` shell
|
||||||
|
make install DESTDIR=/
|
||||||
|
```
|
||||||
|
|
||||||
## Using
|
## Using
|
||||||
|
|
||||||
|
### locally
|
||||||
``` shell
|
``` shell
|
||||||
./dist/run48.sh
|
./dist/run48.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
## Installing
|
### when installed
|
||||||
// TODO
|
``` shell
|
||||||
|
saturn48gx
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
## Post-fork changelog
|
## Post-fork changelog
|
||||||
- replaced the build system with a basic Makefile
|
- replaced the build system with a basic Makefile
|
||||||
- updated license from GPL2-or-later to GPL3-or-later
|
- updated license from GPL2-or-later to GPL3-or-later
|
||||||
- moved binaries and their dependencies under ./dist/
|
- moved binaries and their dependencies under ./dist/
|
||||||
- new helper scripts run48.sh and run49.sh
|
- new helper scripts run48.sh and run49.sh
|
||||||
- embed ROMs
|
- ROMs helper Makefile
|
||||||
|
|
||||||
## Known bugs
|
## Known bugs
|
||||||
- I could get neither the 49 nor the 40 ROM running yet.
|
- I could get neither the 49 nor the 40 ROM running yet.
|
||||||
|
|
Loading…
Reference in a new issue