瀏覽代碼

Fixed docs

ekardnam 4 年之前
父節點
當前提交
323399f337
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -19,7 +19,7 @@ Requires:
 2. `cd mastodon-welcome-bot`
 3. `cp .env.dist .env`
 4. Fill in the env vars as required in the `.env` file (see definitions below)
-5. `docker build -t . mastodon-welcome-message`
+5. `docker build . -t mastodon-welcome-message`
 5. Run the app with `docker run -d mastodon-welcome-bot`
 
 ### Steps without Docker