Skip to content

Commit

Permalink
docs: More GH formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
clburlison committed Mar 25, 2023
1 parent 0742384 commit 7287986
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions tools/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

0 comments on commit 7287986

Please sign in to comment.