summaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
authorAleksandr Vityazev <avityazev@disroot.org>2024-05-06 13:42:22 +0300
committerAleksandr Vityazev <avityazev@disroot.org>2024-05-06 13:43:37 +0300
commite7ee980ff7713c58fa31d620c5679d78c7dde947 (patch)
tree3e5e096c8cd9ba30ef508e13638f0bc6496bd125 /README.org
parent053c79fb41278f11e98c61785e8cc500ed4c853b (diff)
srht: srht-token: Use srht-username if available.externals/srht
* list/srht (srht-token): Use srht-username if available. * README: update.
Diffstat (limited to 'README.org')
-rw-r--r--README.org6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.org b/README.org
index e8baf26..78ce1ec 100644
--- a/README.org
+++ b/README.org
@@ -50,7 +50,7 @@ machine sr.ht password TOKEN
To store the token use =auth-source.el=, the host must be set to git.sr.ht.
#+begin_example
-machine git.sr.ht password TOKEN
+machine git.sr.ht login LOGIN password TOKEN
#+end_example
Strongly encouraged for the user to limit the scope of access that is provided
by an authentication token. Currently srht-git.el requires at least
@@ -71,8 +71,8 @@ If you are using a self-hosted instanse:
* Commands
-| Function | Description |
-|----------------------+---------------------------------------|
+| Function | Description |
+|------------------------+---------------------------------------|
| =srht-git-repo-update= | Update information for git repository |
| =srht-git-repo-delete= | Delete existing git repository |
| =srht-git-repo-create= | Create git repository |