From f8365ca3f77cc6343f9878392e5a86b52aa4eb85 Mon Sep 17 00:00:00 2001
From: dadada <dadada@dadada.li>
Date: Sun, 22 May 2022 22:39:08 +0200
Subject: [PATCH] update README.md

---
 README.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 77eb3ec..2191e21 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,8 @@
 Archives the list of URLs provided on the standard input.
 
 ```shell
-update < pads.txt
+go build
+pad-archiver < pads.txt
 ```
 
 The CI-config in `lib/gitlab-ci.yml` can be used in your project by including the following at the top of your project's `.gitlab-ci.yml`.