From df4c836e22bb010d1b88a0b4eec08dc09f704b67 Mon Sep 17 00:00:00 2001 From: techxplorer Date: Tue, 20 Aug 2024 17:12:18 +0930 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 2e2a4ed..e4453c5 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ generates such [Hugo][hugo], which is my preferred framework. The app has the following commands: | Command | Description | +| -------------- | ----------- | | lookup-user | Lookup the details of a user on the Mastodon server | | update-archive | Download new statuses from the server | | update-content | Update the content archive | @@ -23,6 +24,7 @@ The app has the following commands: The app has the following options: | Short option | Long option | Description | +| ------------ | ----------- | ----------- | | -f | --force | Overwrite files in the status or content archive| ## Configuration ## @@ -31,6 +33,7 @@ Configuration uses environment variables. They can be supplied by a .env file or via a shell script. The environment variables are: | Variable | Description | +| ---------- | ----------- | | ITA_HOST | The name of the Mastodon host | | ITA_USERID | The unique user id of the user | | ITA_USERNAME | The username of the account on the host |