Skip to content
This repository was archived by the owner on Aug 23, 2025. It is now read-only.

Commit 1fbca86

Browse files
committed
release: bump version to v1.3.27 @ahmadrizal1st/tun8n
1 parent 5bb1ecf commit 1fbca86

1 file changed

Lines changed: 7 additions & 9 deletions

File tree

README.md

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ A complete CLI tool to create and manage n8n (workflow automation) with Docker a
2121
### Method 1: Install via npm (Recommended)
2222

2323
```bash
24-
# Install globally
24+
# Install globally or from the latest GitHub version
2525
npm install -g tun8n@latest
26-
npm install @ahmadrizal1st/tun8n@latest
26+
npm install github:ahmadrizal1st/tun8n
2727

2828
# Verify installation
2929
tun8n --version
@@ -220,26 +220,23 @@ docker system prune -f
220220
### Common Issues
221221

222222
1. **Port 5678 already in use**
223-
223+
224224
```bash
225225
# Change N8N_PORT in .env file
226226
N8N_PORT=5679
227227
```
228-
229228
2. **Ngrok authentication errors**
230-
229+
231230
- Verify `NGROK_AUTHTOKEN` in `.env` file
232231
- Check token at [Ngrok Dashboard](https://dashboard.ngrok.com/get-started/your-authtoken)
233-
234232
3. **Docker permission issues** (Linux)
235-
233+
236234
```bash
237235
sudo usermod -aG docker $USER
238236
newgrp docker
239237
```
240-
241238
4. **Script permission issues**
242-
239+
243240
```bash
244241
# Grant execute permissions to scripts
245242
chmod +x bin/scripts/*.js
@@ -335,3 +332,4 @@ _For issues and contributions, please check the project repository._
335332
---
336333

337334
_Note: This tool automatically handles script permissions and provides fallback mechanisms for robust operation across different environments._
335+

0 commit comments

Comments
 (0)