修复路径
This commit is contained in:
parent
d0fbc89012
commit
b0586cec23
2 changed files with 5 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
<script setup>
|
||||
const steps = ref([
|
||||
{ title: '设置Git LFS', command: ['git/bin/git lfs install'] },
|
||||
{ title: '安装pip', command: ['../python/python -m ensurepip --default-pip'] },
|
||||
{ title: '安装pip', command: ['python/python -m ensurepip --default-pip'] },
|
||||
{
|
||||
title: '下载代码',
|
||||
command: ['git/bin/git clone https://git.zhaozuohong.vip/mower-ng/mower-ng.git --branch slow']
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue