diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2021-05-29 15:09:43 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2021-05-29 15:09:43 -0400 |
commit | 2bd03b97f0d6be93893a2b8f2f50770f6d1df00b (patch) | |
tree | 20b36e619f0dd0ab3704a014705a6f454c83386a | |
parent | 8e74e6aa0967216f8a19ffa2c4d441952213ef87 (diff) | |
download | kutter-2bd03b97f0d6be93893a2b8f2f50770f6d1df00b.tar.gz kutter-2bd03b97f0d6be93893a2b8f2f50770f6d1df00b.tar.xz kutter-2bd03b97f0d6be93893a2b8f2f50770f6d1df00b.zip |
docs: Fix malformed link in beaglebone.md
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
-rw-r--r-- | docs/beaglebone.md | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/docs/beaglebone.md b/docs/beaglebone.md index 114dbf6a..3c6c8e0c 100644 --- a/docs/beaglebone.md +++ b/docs/beaglebone.md @@ -5,11 +5,10 @@ Building an OS image ==================== Start by installing the -[Debian 9.9 2019-08-03 4GB SD IoT] -(https://beagleboard.org/latest-images) image. -One may run the image from either a micro-SD card or from -builtin eMMC. If using the eMMC, install it to eMMC now by -following the instructions from the above link. +[Debian 9.9 2019-08-03 4GB SD IoT](https://beagleboard.org/latest-images) +image. One may run the image from either a micro-SD card or from +builtin eMMC. If using the eMMC, install it to eMMC now by following +the instructions from the above link. Then ssh into the beaglebone machine (ssh debian@beaglebone -- password is "temppwd") and install Klipper by running the following |