docs: update readme
This commit is contained in:
parent
96c01ca737
commit
b42fbafb2c
13
README.md
13
README.md
@ -1,4 +1,3 @@
|
||||
|
||||
# Pilot Light Template
|
||||
|
||||
|
||||
@ -22,8 +21,8 @@ build_win32.bat
|
||||
|
||||
# clone & build example
|
||||
cd ..
|
||||
git clone https://git.pilotlight.tech/pilotlight/pilotlight-template
|
||||
cd pilotlight-template/scripts
|
||||
git clone https://git.pilotlight.tech/pilotlight/pl-template
|
||||
cd pl-template/scripts
|
||||
python setup.py
|
||||
python gen_build.py ../../pilotlight
|
||||
cd ../src
|
||||
@ -42,8 +41,8 @@ chmod +x build_linux.sh
|
||||
|
||||
# clone & build example
|
||||
cd ..
|
||||
git clone https://git.pilotlight.tech/pilotlight/pilotlight-template
|
||||
cd pilotlight-template/scripts
|
||||
git clone https://git.pilotlight.tech/pilotlight/pl-template
|
||||
cd pl-template/scripts
|
||||
python3 setup.py
|
||||
python3 gen_build.py ../../pilotlight
|
||||
cd ../src
|
||||
@ -63,8 +62,8 @@ chmod +x build_linux.sh
|
||||
|
||||
# clone & build example
|
||||
cd ..
|
||||
git clone https://git.pilotlight.tech/pilotlight/pilotlight-template
|
||||
cd pilotlight-template/scripts
|
||||
git clone https://git.pilotlight.tech/pilotlight/pl-template
|
||||
cd pl-template/scripts
|
||||
python3 setup.py
|
||||
python3 gen_build.py ../../pilotlight
|
||||
cd ../src
|
||||
|
Loading…
Reference in New Issue
Block a user