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
|
# Pilot Light Template
|
||||||
|
|
||||||
|
|
||||||
@ -22,8 +21,8 @@ build_win32.bat
|
|||||||
|
|
||||||
# clone & build example
|
# clone & build example
|
||||||
cd ..
|
cd ..
|
||||||
git clone https://git.pilotlight.tech/pilotlight/pilotlight-template
|
git clone https://git.pilotlight.tech/pilotlight/pl-template
|
||||||
cd pilotlight-template/scripts
|
cd pl-template/scripts
|
||||||
python setup.py
|
python setup.py
|
||||||
python gen_build.py ../../pilotlight
|
python gen_build.py ../../pilotlight
|
||||||
cd ../src
|
cd ../src
|
||||||
@ -42,8 +41,8 @@ chmod +x build_linux.sh
|
|||||||
|
|
||||||
# clone & build example
|
# clone & build example
|
||||||
cd ..
|
cd ..
|
||||||
git clone https://git.pilotlight.tech/pilotlight/pilotlight-template
|
git clone https://git.pilotlight.tech/pilotlight/pl-template
|
||||||
cd pilotlight-template/scripts
|
cd pl-template/scripts
|
||||||
python3 setup.py
|
python3 setup.py
|
||||||
python3 gen_build.py ../../pilotlight
|
python3 gen_build.py ../../pilotlight
|
||||||
cd ../src
|
cd ../src
|
||||||
@ -63,8 +62,8 @@ chmod +x build_linux.sh
|
|||||||
|
|
||||||
# clone & build example
|
# clone & build example
|
||||||
cd ..
|
cd ..
|
||||||
git clone https://git.pilotlight.tech/pilotlight/pilotlight-template
|
git clone https://git.pilotlight.tech/pilotlight/pl-template
|
||||||
cd pilotlight-template/scripts
|
cd pl-template/scripts
|
||||||
python3 setup.py
|
python3 setup.py
|
||||||
python3 gen_build.py ../../pilotlight
|
python3 gen_build.py ../../pilotlight
|
||||||
cd ../src
|
cd ../src
|
||||||
|
Loading…
Reference in New Issue
Block a user