Browse Source

Run client command

Bob Mottram 8 years ago
parent
commit
179af83669
2 changed files with 4 additions and 2 deletions
  1. 1
    0
      doc/EN/homeserver.org
  2. 3
    2
      website/EN/homeserver.html

+ 1
- 0
doc/EN/homeserver.org View File

@@ -73,6 +73,7 @@ password: freedombone
73 73
 If you're installing from a microSD card on a single board computer without a screen and keyboard attached then you can ssh into it with:
74 74
 
75 75
 #+begin_src bash
76
+freedombone-client
76 77
 ssh fbone@freedombone.local -p 2222
77 78
 #+end_src
78 79
 

+ 3
- 2
website/EN/homeserver.html View File

@@ -3,7 +3,7 @@
3 3
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4 4
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
5 5
 <head>
6
-<!-- 2016-11-11 Fri 20:47 -->
6
+<!-- 2016-11-11 Fri 20:50 -->
7 7
 <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
8 8
 <meta name="viewport" content="width=device-width, initial-scale=1" />
9 9
 <title></title>
@@ -333,7 +333,8 @@ If you're installing from a microSD card on a single board computer without a sc
333 333
 </p>
334 334
 
335 335
 <div class="org-src-container">
336
-<pre class="src src-bash">ssh fbone@freedombone.local -p 2222
336
+<pre class="src src-bash">freedombone-client
337
+ssh fbone@freedombone.local -p 2222
337 338
 </pre>
338 339
 </div>
339 340