mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-18 16:27:34 +01:00
[Docker] README.md
This commit is contained in:
@@ -7,16 +7,16 @@ This docker build and upload the firmware of a NumWorks from a repo easily.
|
||||
Connect the calculator to the computer, then to build the latest official firmware, just run :
|
||||
|
||||
```
|
||||
docker run -it --rm --privileged omega/omegaBuilder
|
||||
docker run -it --rm --privileged omeganumworks/omegabuild
|
||||
```
|
||||
|
||||
To build a specific version, you can use the following syntax :
|
||||
|
||||
```
|
||||
docker run -it --rm --privileged omega/omegaBuilder git-repository-URL git-branch model username make-options
|
||||
docker run -it --rm --privileged omeganumworks/omegabuild git-repository-URL git-branch model username make-options
|
||||
```
|
||||
|
||||
For example, to build latest dev version :
|
||||
|
||||
```
|
||||
docker run -it --rm --privileged omega/omegaBuilder https://github.com/Omega-Numworks/Omega.git omega-dev
|
||||
docker run -it --rm --privileged omeganumworks/omegabuild https://github.com/Omega-Numworks/Omega.git omega-dev
|
||||
Reference in New Issue
Block a user