diff --git a/README.md b/README.md index 3bb7919a..7b7e71bf 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 b451688e..12ff6cfb 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",