From d92a35a0272b8c1aa1cbcb69b8b9a5ffb0748873 Mon Sep 17 00:00:00 2001 From: Hugh Rundle Date: Sun, 2 Apr 2023 08:53:53 +1000 Subject: [PATCH] update README --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 708f9b8..0d7aa99 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Alternatively, you can build from source if you have rust and cargo installed. Once installed, run `soyuz settings` to create a new settings file. The settings file has the following values: -`local_dir` - the directory on your local machine where your Gemini files are saved. -`remote_dir` - the SSH remote directory path to your files on the server. This includes the server name or ip address, so should look something like `gemini-server:/srv/gemini/example.com` or `username@123.456.789:/srv/gemini/example.com`. -`editor` - the command to open the text editor you want to use. Defaults to `nano`. -`index_heading` - the heading text above the latest posts listing on your homepage. If unsure, leave this on the default. \ No newline at end of file +* local_dir` - the directory on your local machine where your Gemini files are saved +* `remote_dir` - the SSH remote directory path to your files on the server. This includes the server name or ip address, so should look something like `gemini-server:/srv/gemini/example.com` or `username@123.456.789:/srv/gemini/example.com`. +* `editor` - the command to open the text editor you want to use. Defaults to `nano`. +* `index_heading` - the heading text above the latest posts listing on your homepage. If unsure, leave this on the default. \ No newline at end of file