1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-03 14:35:24 +02:00
tldr/pages/linux/steamos-devmode.md
bradleyJT-CS 8fa247c3ba
steamos-{boot-install, devmode, finalize-install}, mount.steamos: add pages (#16750)
Co-authored-by: Managor <42655600+Managor@users.noreply.github.com>
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2025-06-04 23:02:49 +03:00

17 lines
440 B
Markdown

# steamos-devmode
> Enable SteamOS developer mode.
> Note: Developer mode disables read-only protections and initializes the package manager.
> More information: <https://gitlab.com/users/evlaV/projects>.
- Enable developer mode:
`sudo steamos-devmode enable`
- Enable developer mode without confirmation prompt:
`sudo steamos-devmode enable --no-prompt`
- Check if developer mode is currently enabled:
`sudo steamos-devmode status`