diff --git a/.github/BUILDING.md b/.github/BUILDING.md index bac64eea7..2c94448bf 100644 --- a/.github/BUILDING.md +++ b/.github/BUILDING.md @@ -62,27 +62,3 @@ mkdir ps4-fs sudo mount -t exfat -o uid=`id -u`,gid=`id -g` ./ps4-hdd.exfat ./ps4-fs ``` - -## How to run samples and games - -See the Commands of `rpcsx-os` (`-h` argument), or join the [Discord](https://discord.gg/t6dzA4wUdG) for help. - -You can run the emulator with some samples using this command: - -``` -rm -f /dev/shm/rpcsx-* && ./rpcsx-os --mount "/system" "/system" --mount "" /app0 /app0/some-test-sample.elf [...] -``` - -## Creating a log - -You can use this flag if you encountered a segfault for debugging purposes. - -``` ---trace -``` - -You can redirect all log messages to a file by appending this command: - -``` -&>log.txt -``` diff --git a/.github/USAGE.md b/.github/USAGE.md new file mode 100644 index 000000000..80ff2b14c --- /dev/null +++ b/.github/USAGE.md @@ -0,0 +1,25 @@ +# Usage + +## How to run samples and games + +See the Commands of `rpcsx-os` (`-h` argument), or join the [Discord](https://discord.gg/t6dzA4wUdG) for help. + +You can run the emulator with some samples using this command: + +```sh +rm -f /dev/shm/rpcsx-* && ./rpcsx-os --mount "/system" "/system" --mount "" /app0 /app0/some-test-sample.elf [...] +``` + +## Creating a log + +You can use this flag if you encountered a segfault for debugging purposes. + +```sh +--trace +``` + +You can redirect all log messages to a file by appending this command: + +```sh +&>log.txt +``` diff --git a/.github/readme.md b/.github/readme.md index 21919d13b..1a484d8f3 100644 --- a/.github/readme.md +++ b/.github/readme.md @@ -24,6 +24,7 @@ If you want to contribute as a developer, please contact us in the [Discord](htt ## How to Compile the Emulator * [How to Compile rpcsx](BUILDING.md) +* [How to Use rpcsx](USAGE.md) ## License