summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAndrew Cady <d@cryptonomic.net>2021-10-23 12:50:01 -0400
committerAndrew Cady <d@cryptonomic.net>2021-10-23 12:52:03 -0400
commit4d14156fd5b306b366b4d74e1a5bbf82e0ae081a (patch)
tree47fd2acdded79df2631b6780108fad2e73b547e0 /README.md
parentd62afec285253371c975f95366e5bf110ff2a3ff (diff)
launch documentation by default
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/README.md b/README.md
index 015e545..b2935b8 100644
--- a/README.md
+++ b/README.md
@@ -50,7 +50,7 @@ HOW TO INSTALL
50 50
51Run: 51Run:
52``` 52```
53 make 53 make install
54``` 54```
55 55
56This installs the `AnonymousAccessCommand` in the current user's home 56This installs the `AnonymousAccessCommand` in the current user's home
@@ -73,7 +73,8 @@ location:
73``` 73```
74 make SSH_CONFIG_DIR=.config/ssh \ 74 make SSH_CONFIG_DIR=.config/ssh \
75 SSHD_CONFIG_DIR=.config/ssh/config.d \ 75 SSHD_CONFIG_DIR=.config/ssh/config.d \
76 SSH_LIB_DIR=.local/lib/ssh 76 SSH_LIB_DIR=.local/lib/ssh \
77 install
77``` 78```
78 79
79Then you will need to run `OpenSSH` on a non-default port (the default 80Then you will need to run `OpenSSH` on a non-default port (the default
@@ -91,7 +92,8 @@ It is also possible to choose the location of the
91`AnonymousAccessCommand` itself: 92`AnonymousAccessCommand` itself:
92 93
93``` 94```
94 make USER_SSH_CONFIG_DIR=$HOME/.config/ssh 95 make USER_SSH_CONFIG_DIR=$HOME/.config/ssh \
96 install
95``` 97```
96 98
97First you would have to make the contents of the installed file 99First you would have to make the contents of the installed file