docs(readme): readme fix

This commit is contained in:
jiangteng 2024-01-19 14:15:21 +08:00
parent 6fa5e60127
commit 0e1f9d390f
2 changed files with 8 additions and 0 deletions

View File

@ -13,12 +13,16 @@ Satellite-track is a program for tracking satellite orbit, developed by cesium,
```sh
# Clone project
git clone https://github.com/jiangteng2019/satellite-track.git
# enter the project root directory
cd satellite-track
# Install dependencies
npm install
# startup project
npm run dev
# Compile and package
npm run build
```

View File

@ -13,12 +13,16 @@ satellite-track 是一款追踪卫星轨道的程序使用cesium、vue、sate
```sh
# 克隆项目工程
git clone https://github.com/jiangteng2019/satellite-track.git
# 进入项目根目录
cd satellite-track
# 安装依赖
npm install
# 启动项目
npm run dev
# 编译打包
npm run build
```