From 72879862191c80fc24ad57aa991e1f8cfb72e907 Mon Sep 17 00:00:00 2001 From: Clayton Burlison Date: Sat, 25 Mar 2023 17:22:11 -0500 Subject: [PATCH] docs: More GH formatting --- tools/README.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/tools/README.md b/tools/README.md index 3ee1a82..4474a50 100644 --- a/tools/README.md +++ b/tools/README.md @@ -4,21 +4,21 @@ Open was forked from https://github.com/appknox/Open. It allows you to open apps Usage: open [bundle_identifier] - ```sh - #Example: Launching Safari - open com.apple.mobilesafari +```sh +#Example: Launching Safari +open com.apple.mobilesafari - #Example: Launching Pokemon Go - open com.nianticlabs.pokemongo - ``` +#Example: Launching Pokemon Go +open com.nianticlabs.pokemongo +``` ## Build steps for tools - ```sh - export THEOS=./theos - git clone https://github.com/theos/theos.git $THEOS - curl -L -o /tmp/sdks.zip https://github.com/theos/sdks/archive/refs/heads/master.zip - unzip /tmp/sdks.zip -d $THEOS/sdks/ - $THEOS/bin/update-theos - make open - ``` +```sh +export THEOS=./theos +git clone https://github.com/theos/theos.git $THEOS +curl -L -o /tmp/sdks.zip https://github.com/theos/sdks/archive/refs/heads/master.zip +unzip /tmp/sdks.zip -d $THEOS/sdks/ +$THEOS/bin/update-theos +make open +```