docs
This commit is contained in:
parent
73fd8cd22b
commit
2465b58e10
35
README.md
35
README.md
|
@ -8,7 +8,27 @@ current binaries are always available at http://rusefi.com/build_server/
|
||||||
|
|
||||||
[](https://www.tindie.com/stores/russian/)
|
[](https://www.tindie.com/stores/russian/)
|
||||||
|
|
||||||
# Releases
|
## Cloning the repository
|
||||||
|
|
||||||
|
Important note - we now use submodules:
|
||||||
|
|
||||||
|
`git submodule update --init`
|
||||||
|
|
||||||
|
|
||||||
|
# External Links
|
||||||
|
|
||||||
|
* Wiki: http://rusefi.com
|
||||||
|
* Forum http://rusefi.com/forum
|
||||||
|
* Doxygen documentation is available at http://rusefi.com/docs/html
|
||||||
|
* General source code Q&A is at http://rusefi.com/forum/viewtopic.php?f=5&t=10
|
||||||
|
* Facebook https://www.facebook.com/rusEfiECU
|
||||||
|
* YouTube: https://www.youtube.com/user/rusefi
|
||||||
|
|
||||||
|
# Building the Code
|
||||||
|
See https://rusefi.com/forum/viewtopic.php?f=5&t=9
|
||||||
|
|
||||||
|
|
||||||
|
# Release Notes
|
||||||
|
|
||||||
| Release date | Revision | Details |
|
| Release date | Revision | Details |
|
||||||
| ------------ | --------- | ------- |
|
| ------------ | --------- | ------- |
|
||||||
|
@ -67,19 +87,8 @@ current binaries are always available at http://rusefi.com/build_server/
|
||||||
| 07/05/2013 | r10 | Second CKP, sequential injection.
|
| 07/05/2013 | r10 | Second CKP, sequential injection.
|
||||||
| 06/19/2013 | r9 | Initial version - batch injection & ignition with advance table lookup.
|
| 06/19/2013 | r9 | Initial version - batch injection & ignition with advance table lookup.
|
||||||
|
|
||||||
# Links
|
|
||||||
|
|
||||||
* Wiki: http://rusefi.com
|
|
||||||
* Forum http://rusefi.com/forum
|
|
||||||
* Doxygen documentation is available at http://rusefi.com/docs/html
|
|
||||||
* General source code Q&A is at http://rusefi.com/forum/viewtopic.php?f=5&t=10
|
|
||||||
* Facebook https://www.facebook.com/rusEfiECU
|
|
||||||
* YouTube: https://www.youtube.com/user/rusefi
|
|
||||||
|
|
||||||
# Building the Code
|
|
||||||
|
|
||||||
## Cloning the repository
|
## Cloning the repository
|
||||||
|
|
||||||
We now use submodules:
|
Important nonte - we now use submodules:
|
||||||
|
|
||||||
`git submodule update --init`
|
`git submodule update --init`
|
||||||
|
|
Loading…
Reference in New Issue