You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
11. Language settings (English/Traditional Chinese/Simplified Chinese/Japanese)
176
+
177
+
**Rust Build target hints**
178
+
-`*-unknown-linux-gnu` (glibc): best for mainstream distros; dynamic linking, smaller binary but needs system glibc.
179
+
-`*-unknown-linux-musl` (musl, mostly static): best for Alpine/scratch images; single-file style deployment.
180
+
-`i686-*` legacy 32-bit x86; `powerpc64le-*` OpenPOWER/IBM Cloud; `wasm32-unknown-unknown` for browser/wasm runtimes (no std).
173
181
174
182
You'll be prompted to choose a language at startup, and you can switch languages later from the menu.
175
183
Language preference is saved to `~/.config/ops-tools/config.toml` (Linux), `~/Library/Application Support/ops-tools/config.toml` (macOS), or `%APPDATA%\\ops-tools\\config.toml` (Windows).
0 commit comments