Skip to content

Commit bcb6b36

Browse files
committed
Add iPhone trick to Readme
1 parent aead9c4 commit bcb6b36

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -103,20 +103,21 @@ Inside iSH:
103103
# Make it executable
104104
chmod +x icrab
105105

106-
# Run it
107-
./icrab
106+
# Keep iSH running in the background and start iCrab
107+
cat /dev/location > /dev/null & ./icrab
108108
```
109+
110+
> **Pro Tip:** To keep iCrab running even when the screen is off, set **Location Permissions** for iSH to **"Always"**. The `cat /dev/location` command prevents iOS from suspending the app.
111+
109112
Now, open Telegram, find your bot, and say "Hello"!
110113

111114
---
112115

113116
## 🧠 Teaching iCrab New Skills
114117

115-
iCrab is designed to be easily extensible without writing code. To add a skill, simply create a folder in `workspace/skills/` and drop a `SKILL.md` file inside it.
116-
117-
```text
118+
iCrab is designed to be easily extensible without writing code. To add a skill, simply create a folder in `workspace/skills/` and drop a `SKILL.md` file inside it.```text
118119
workspace/
119120
└── skills/
120121
└── workout_logger/
121122
└── SKILL.md
122-
```
123+
```

0 commit comments

Comments
 (0)