Skip to content

Commit 82f78b9

Browse files
committed
update docs
1 parent c1b9afc commit 82f78b9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/Packages.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@ You can also decide to not upload any file. Then, no archive will be downloaded
4545
### Continuous Integration/Delivery/Deployment
4646
The OCO API can for example be used to automatically create packages from a Continuous Integration service like GitLab CI/CD. Your CI pipeline will then call the OCO API after builing the binaries, and create a package with them. OCO can act as Continuous Delivery or Continuous Deployment service, which automatically deploys your binaries on tester's or user's computers.
4747

48-
### Compatible OS And Version
49-
You can define on which operating systems (and versions) your package can be deployed. Simply add the string of the target operating system as can be found on the computer detail page. Multiple compatible operating systems can be defined comma-separated.
48+
### Compatible OS, Version, Architecture
49+
You can define on which operating systems, versions and architecture your package can be deployed. With Ctrl key pressed, multiple compatible entries can be selected.
5050

51-
If you leave the fields "compatible operating system" and "compatible operating system version" empty the package can be deployed on every computer, no matter what operating system is detected by the agent.
51+
If you do not select an OS, version and architecture, the package can be deployed on every computer, no matter what operating system is detected by the agent.
5252

5353
### Procedure And Return Codes
5454
In the 'Procedure' fields, you define which commands should be executed when installing or uninstalling a package.

0 commit comments

Comments
 (0)