This repository was archived by the owner on Aug 23, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
2525npm install -g tun8n@latest
26- npm install @ ahmadrizal1st/tun8n@latest
26+ npm install github: ahmadrizal1st/tun8n
2727
2828# Verify installation
2929tun8n --version
@@ -220,26 +220,23 @@ docker system prune -f
220220### Common Issues
221221
2222221 . ** Port 5678 already in use**
223-
223+
224224 ``` bash
225225 # Change N8N_PORT in .env file
226226 N8N_PORT=5679
227227 ```
228-
2292282 . ** 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-
2342323 . ** Docker permission issues** (Linux)
235-
233+
236234 ``` bash
237235 sudo usermod -aG docker $USER
238236 newgrp docker
239237 ```
240-
2412384 . ** 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+
You can’t perform that action at this time.
0 commit comments