From ae6bc687a04773ac494ff14250124ff8e056d4bf Mon Sep 17 00:00:00 2001 From: LouisLam Date: Sun, 11 Jul 2021 18:51:53 +0800 Subject: [PATCH] fix setup script --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3bb7919a5..7b7e71bf4 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Browse to http://localhost:3001 after started. ``` git clone git@github.com:louislam/uptime-kuma.git cd uptime-kuma -npm run install +npm run setup # 1. Try it npm run start-server diff --git a/package.json b/package.json index b451688ea..12ff6cfbf 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "build": "vite build", "vite-preview-dist": "vite preview --host", "build-docker": "docker buildx build --platform linux/amd64,linux/arm64,linux/arm/v7 -t louislam/uptime-kuma . --push", - "install": "git checkout 1.0.0 && npm install && npm run build" + "setup": "git checkout 1.0.0 && npm install && npm run build" }, "dependencies": { "@popperjs/core": "^2.9.2",