Fix stray backslashes

This commit is contained in:
T. Joseph Carter 2015-10-27 19:49:44 -07:00
parent d5d1eecdca
commit 1b79b4867b

View File

@ -1,7 +1,7 @@
## A2SERVER
So you got a [Raspberry Pi][1]. Congratulations!
Are you ready to turn it into a file server for your Apple II? Here\'s how.
Are you ready to turn it into a file server for your Apple II? Here's how.
<!--
*Important: As of 11-Aug-14, A2SERVER 1.2.0 is now compatible with the latest
@ -14,24 +14,24 @@ stopped working after a Raspbian update, see the
_Starting fresh:_
If you haven\'t already started working with a Raspberry Pi, then [download
If you haven't already started working with a Raspberry Pi, then [download
Raspple II][2], a distribution of the Raspbian operating system which includes
A2SERVER, [A2CLOUD][3], and David Schmenk\'s [Apple II Pi][4].
A2SERVER, [A2CLOUD][3], and David Schmenk's [Apple II Pi][4].
Expand the RasppleII.zip file, and copy all of its files to a 4 GB or larger
SD card. Then put the SD card in your Pi, and attach power. The operating
system will automatically install, which will take about 20 minutes.
When it\'s done, your Pi will reboot into Raspbian. If you don\'t have a
screen attached, you\'ll know when it\'s done when the ACT/OK lamp on the
When it's done, your Pi will reboot into Raspbian. If you don't have a
screen attached, you'll know when it's done when the ACT/OK lamp on the
Raspberry Pi board stops flickering.
(If you are starting over with the same SD card, or want to ensure the card is
formatted correctly, you can use the official [SD Formatter][5] utility --
carefully! -- before copying the files.)
If you wish to log in (you don\'t need to to use A2SERVER), the username is
\"pi\" and password \"apple2\". (If you do not have a screen and keyboard
If you wish to log in (you don't need to to use A2SERVER), the username is
"pi" and password "apple2". (If you do not have a screen and keyboard
attached to your Raspberry Pi, read about [logging into a Raspberry Pi from
another computer](a2server_raspberrypi_login.md), including an Apple II.) If
you wish to change any configuration options, type `raspi-config`.
@ -39,7 +39,7 @@ you wish to change any configuration options, type `raspi-config`.
For next steps, check out the links on the [A2SERVER home page](index.md).
_Already using a Raspberry Pi?_ If you\'re already using Raspbian, you can
_Already using a Raspberry Pi?_ If you're already using Raspbian, you can
install A2SERVER by typing at a Linux prompt:
`wget appleii.ivanx.com/a2server/setup; source setup`