From 89fca93cf6b647e9076f3aa572cd1fa87d6831f4 Mon Sep 17 00:00:00 2001 From: zizifn <1803942+zizifn@users.noreply.github.com> Date: Mon, 20 Mar 2023 01:18:16 +0800 Subject: [PATCH] add npm command for node-vless --- doc/render.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/render.md b/doc/render.md index 7fb8397..c550442 100644 --- a/doc/render.md +++ b/doc/render.md @@ -26,6 +26,13 @@ https://render.com/ ![render3](./render3-1.png) +> 如果你不喜欢docker,可以直接写 npm 命令。 +> +> | 选项 | 值 | +> | ------------- | --------------------------------------- | +> | Build Command | `npm install; npm run node-vless:build` | +> | Start Command | `npm run node-vless:start` | + **⚠️ 添加环境变量 UUID** ![render4](./render4-1.png)