Fix stray backslashes

This commit is contained in:
T. Joseph Carter 2015-10-27 19:50:12 -07:00
parent 1b79b4867b
commit afe0200a8b

View File

@ -1,10 +1,10 @@
## A2SERVER
You need to access the Raspberry Pi\'s command prompt in order set up A2SERVER
You need to access the Raspberry Pi's command prompt in order set up A2SERVER
for network boot, and [do other stuff](a2server_commands.md).
The default username is \"pi\" and default password is \"apple2\". If you
don\'t have a screen and keyboard attached, you can:
The default username is "pi" and default password is "apple2". If you
don't have a screen and keyboard attached, you can:
_Log in via SSH from another computer_
@ -12,13 +12,13 @@ _Log in via SSH from another computer_
On a Mac, open Terminal (in the Utilities folder of the Applications folder),
and type `ssh pi@raspberrypi.local` to connect. If you have Windows, you can
install [Bonjour Print Services][1], and then use [PuTTY][2] to connect to the
address \"raspberrypi.local\".
address "raspberrypi.local".
If that doesn\'t work, or you don\'t want to install Bonjour Print Services
for Windows, you will need to find your Pi\'s IP address and use that instead.
If that doesn't work, or you don't want to install Bonjour Print Services
for Windows, you will need to find your Pi's IP address and use that instead.
If you have a Mac, you can use [Pi Finder][3] to help with this; if you have
Windows, you can use [Advanced IP Scanner][4]. Once logged in, you can type
`showmac` to see your Pi\'s MAC (Ethernet) address, and you can use this to
`showmac` to see your Pi's MAC (Ethernet) address, and you can use this to
reserve an IP address in your router so the Pi gets the same IP address every
time.
@ -38,10 +38,10 @@ There are a few different options for logging in from an Apple II. They are:
(once logged in, type `TERM=vt100`). To make this work you will need to
first log into your Pi by one of the above methods, and type `sudo apt-get
-y install telnetd` (you may not wish to do this if your Pi is on a network
with any untrusted users, as Telnet is unencrypted). Also, note your Pi\'s
with any untrusted users, as Telnet is unencrypted). Also, note your Pi's
IP address (you can type `showip` once logged in) so you can provide it to
Spectrum Internet Suite; you might want to put a DHCP reservation into your
router (type `showmac` to get your Pi\'s MAC address) so you don\'t have to
router (type `showmac` to get your Pi's MAC address) so you don't have to
figure it out again.