diff --git a/knowledge base/mac os x/macports.md b/knowledge base/mac os x/macports.md
index a6bf860..8d56d3e 100644
--- a/knowledge base/mac os x/macports.md
+++ b/knowledge base/mac os x/macports.md
@@ -1,16 +1,32 @@
# Macports
-## Table of contents
-
1. [TL;DR](#tldr)
-1. [Installation](#installation)
1. [Further readings](#further-readings)
-1. [Sources](#sources)
+ 1. [Sources](#sources)
## TL;DR
Default ports install location is `/opt/local`.
+
+ Setup
+
+```sh
+# Install.
+curl -o '/tmp/macports.pkg' \
+ 'https://github.com/macports/macports-base/releases/download/v2.10.5/MacPorts-2.10.5-15-Sequoia.pkg' \
+&& sudo installer -pkg '/tmp/macports.pkg' -target '/'
+
+# Uninstall.
+# Refer .
+sudo port -fp uninstall installed
+```
+
+
+
+
+ Usage
+
```sh
# Get help on commands.
port help 'install'
@@ -131,37 +147,37 @@ port file 'openssl11'
port work 'popt'
```
-## Installation
-
-See the [website] for the installation instructions.
+
## Further readings
- [Website]
+- [Codebase]
- Official user [guide]
- Public [ports] database
- [Mac OS X]
-## Sources
-
-All the references in the [further readings] section, plus the following:
+### Sources
- [cheat.sh]
+- [Install MacPorts]
+- [Uninstall MacPorts]
-
-[guide]: https://guide.macports.org/
-[ports]: https://ports.macports.org/
-[website]: https://www.macports.org/
-
-
-[further readings]: #further-readings
-
[mac os x]: README.md
+
+[codebase]: https://github.com/macports/macports-base
+[guide]: https://guide.macports.org/
+[install macports]: https://guide.macports.org/#installing.macports
+[ports]: https://ports.macports.org/
+[uninstall macports]: https://guide.macports.org/#installing.macports.uninstalling
+[website]: https://www.macports.org/
+
[cheat.sh]: https://cheat.sh/port