Capitalize first character.

waldyrious/alt-syntax
kuanyui 2016-01-05 15:18:22 +08:00
parent a46d450306
commit 3fb81447ca
1 changed files with 3 additions and 3 deletions

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}}`