Run client command
This commit is contained in:
parent
8946da670b
commit
179af83669
|
@ -73,6 +73,7 @@ password: freedombone
|
|||
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:
|
||||
|
||||
#+begin_src bash
|
||||
freedombone-client
|
||||
ssh fbone@freedombone.local -p 2222
|
||||
#+end_src
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
||||
<head>
|
||||
<!-- 2016-11-11 Fri 20:47 -->
|
||||
<!-- 2016-11-11 Fri 20:50 -->
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<title></title>
|
||||
|
@ -333,7 +333,8 @@ If you're installing from a microSD card on a single board computer without a sc
|
|||
</p>
|
||||
|
||||
<div class="org-src-container">
|
||||
<pre class="src src-bash">ssh fbone@freedombone.local -p 2222
|
||||
<pre class="src src-bash">freedombone-client
|
||||
ssh fbone@freedombone.local -p 2222
|
||||
</pre>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Reference in New Issue