This repository was archived by the owner on Oct 1, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -74,9 +74,10 @@ Options:
7474 [default: coreutils sudo-rs]
7575
7676 --no-compatibility-check
77- Skip compatibility checks (dangerous)
77+ Skip experiment compatibility checks (dangerous)
7878 This bypasses all system compatibility checks including Ubuntu distribution
79- and version requirements. May lead to system instability.
79+ and version requirements. Likely to result in failure to complete, may lead
80+ to system instability
8081
8182 -h, --help
8283 Print help (see a summary with ' -h' )
@@ -94,10 +95,8 @@ sudo oxidizr enable --all
9495sudo oxidizr enable --experiments coreutils findutils
9596# Enable just coreutils experiment without prompting with debug logging enabled
9697sudo oxidizr enable --experiments coreutils --yes -v
97-
9898# Enable an experiment on an unsupported system (dangerous)
9999sudo oxidizr enable --no-compatibility-check
100-
101100# Enable an experiment on an unsupported system without prompting (very dangerous)
102101sudo oxidizr enable --no-compatibility-check --yes
103102```
You can’t perform that action at this time.
0 commit comments