mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-24 11:15:26 +02:00
steamcmd: add Hindi translation (#14752)
This commit is contained in:
parent
4ce87dcebc
commit
33788b6493
1 changed files with 16 additions and 0 deletions
16
pages.hi/common/steamcmd.md
Normal file
16
pages.hi/common/steamcmd.md
Normal file
|
@ -0,0 +1,16 @@
|
|||
# steamcmd
|
||||
|
||||
> स्टीम क्लाइंट का एक कमांड-लाइन संस्करण।
|
||||
> अधिक जानकारी: <https://manned.org/steamcmd>।
|
||||
|
||||
- एक एप्लिकेशन को गुमनाम रूप से स्थापित या अपडेट करें:
|
||||
|
||||
`steamcmd +login {{गुमनाम}} +app_update {{ऐप आईडी}} +quit`
|
||||
|
||||
- निर्दिष्ट क्रेडेंशियल का उपयोग करके एक एप्लिकेशन को स्थापित या अपडेट करें:
|
||||
|
||||
`steamcmd +login {{उपयोगकर्ता नाम}} +app_update {{ऐप आईडी}} +quit`
|
||||
|
||||
- एक विशिष्ट प्लेटफॉर्म के लिए एक एप्लिकेशन स्थापित करें:
|
||||
|
||||
`steamcmd +@sSteamCmdForcePlatformType {{windows}} +login {{गुमनाम}} +app_update {{ऐप आईडी}} validate +quit`
|
Loading…
Add table
Reference in a new issue