same pre-merge: random docs
This commit is contained in:
parent
fbf7a75c42
commit
92a165d2f9
|
@ -1,6 +1,7 @@
|
||||||
current binaries are always available at http://rusefi.com/build_server/
|
current binaries are always available at http://rusefi.com/build_server/
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#Releases
|
#Releases
|
||||||
|
|
||||||
| Release date | Revision | Details |
|
| Release date | Revision | Details |
|
||||||
|
@ -53,3 +54,10 @@ General source code Q&A is at http://rusefi.com/forum/viewtopic.php?f=5&t=10
|
||||||
Facebook https://www.facebook.com/rusEfiECU
|
Facebook https://www.facebook.com/rusEfiECU
|
||||||
|
|
||||||
youtube https://www.youtube.com/user/rusefi
|
youtube https://www.youtube.com/user/rusefi
|
||||||
|
|
||||||
|
|
||||||
|
= How to build the code? =
|
||||||
|
|
||||||
|
We now use submodules:
|
||||||
|
|
||||||
|
git submodule update --init
|
||||||
|
|
|
@ -7,6 +7,8 @@ rm -rf build\rusefi.bin
|
||||||
|
|
||||||
rem todo add
|
rem todo add
|
||||||
rem git submodule update --init
|
rem git submodule update --init
|
||||||
|
rem PS:
|
||||||
|
rem git submodule update --recursive --remote
|
||||||
rem magic once needed
|
rem magic once needed
|
||||||
|
|
||||||
call update_version.bat
|
call update_version.bat
|
||||||
|
|
Loading…
Reference in New Issue