diff --git a/README.md b/README.md
index 7ac507d..0a68b3c 100644
--- a/README.md
+++ b/README.md
@@ -11,15 +11,19 @@ is maintained as a git repository, and portzap allows the repository to be clone
## Usage
-* **portzap clone**
+* **portzap clone**
This command should be run with a regular user account.
The command clones HardenedBSD's ports collection to `/tmp/ports`.
-* **portzap pull**
+* **portzap pull**
This command should be run with a regular user account.
The command updates an existing repository previously cloned with `portzap clone`.
-* **portzap unpack**
+* **portzap unpack**
This command should be run as root. It copies `/tmp/ports` to `/usr/ports`.
+## Sources
+
+* [Source code (GitHub)](https://github.com/0x1eef/portzap)
+* [Source code (GitLab)](https://gitlab.com/0x1eef/portzap)