1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-10 21:55:44 +02:00

Capitalize first character.

This commit is contained in:
kuanyui 2016-01-05 15:18:22 +08:00
parent a46d450306
commit 3fb81447ca

View file

@ -2,15 +2,15 @@
> SUSE & openSUSE package management utility > SUSE & openSUSE package management utility
- Synchronize list of packages and versions available. - Synchronize list of packages and versions available
`zypper refresh` `zypper refresh`
- install a new package - Install a new package
`zypper install {{package}}` `zypper install {{package}}`
- remove a package - Remove a package
`zypper remove {{package}}` `zypper remove {{package}}`