1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-29 06:55:27 +02:00

port.md: fix typo

Also improved selfupdate command description
This commit is contained in:
personalnadir 2017-09-20 11:02:57 +01:00 committed by GitHub
parent f427ccd460
commit 6ef60676d0

View file

@ -2,11 +2,11 @@
> Package manager for macOS.
- Search for package:
- Search for a package:
`port search {{search_term}}`
- Install package:
- Install a package:
`sudo port install {{package_name}}`
@ -14,7 +14,7 @@
`port installed`
- Update ports tree:
- Update port and fetch latest list of available packages:
`sudo port selfupdate`
@ -22,6 +22,6 @@
`sudo port upgrade outdated`
- Remove inactive port versions:
- Remove inactive package versions:
`sudo port uninstall inactive`