Run client command

This commit is contained in:
Bob Mottram 2016-11-11 20:50:38 +00:00
parent 8946da670b
commit 179af83669
2 changed files with 4 additions and 2 deletions

View File

@ -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: 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 #+begin_src bash
freedombone-client
ssh fbone@freedombone.local -p 2222 ssh fbone@freedombone.local -p 2222
#+end_src #+end_src

View File

@ -3,7 +3,7 @@
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head> <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 http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" /> <meta name="viewport" content="width=device-width, initial-scale=1" />
<title></title> <title></title>
@ -333,7 +333,8 @@ If you're installing from a microSD card on a single board computer without a sc
</p> </p>
<div class="org-src-container"> <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> </pre>
</div> </div>