diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-07-12 16:49:38 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-07-12 16:49:38 +0200 |
commit | 8313269886ebf2c34170f3ac61bfdba7dd7044d3 (patch) | |
tree | c808297c7a4c2f5df31daa36dc13c8e8396b4c32 | |
parent | cgitize.git: use raw string literals where appropriate (diff) | |
download | cgitize-8313269886ebf2c34170f3ac61bfdba7dd7044d3.tar.gz cgitize-8313269886ebf2c34170f3ac61bfdba7dd7044d3.zip |
README: minor update
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -29,8 +29,8 @@ default): See an example config file at [examples/cgitize.toml]. cgitize uses the `git` executable, which might use `ssh` internally. -Make sure the required keys are loaded to a ssh-agent (or use access -tokens/application passwords). +Make sure the required keys are loaded to a ssh-agent (or, _preferably_, use +access tokens/application passwords). [examples/cgitize.toml]: examples/cgitize.toml |