You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-6Lines changed: 7 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -103,20 +103,21 @@ Inside iSH:
103
103
# Make it executable
104
104
chmod +x icrab
105
105
106
-
#Run it
107
-
./icrab
106
+
#Keep iSH running in the background and start iCrab
107
+
cat /dev/location > /dev/null &./icrab
108
108
```
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
+
109
112
Now, open Telegram, find your bot, and say "Hello"!
110
113
111
114
---
112
115
113
116
## 🧠 Teaching iCrab New Skills
114
117
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
0 commit comments