summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDaniil Baturin <daniil@baturin.org>2018-06-23 04:38:49 +0200
committerDaniil Baturin <daniil@baturin.org>2018-06-23 04:38:49 +0200
commit4a269cecf76f4d5dfd9d29a2e570392f1f646026 (patch)
treee06a2974546505283d5680ae8f91a86818ba51fd /README.md
parent85bc557f4c458c08b096abfd5100cc324a2a2ee0 (diff)
downloadvyos-build-4a269cecf76f4d5dfd9d29a2e570392f1f646026.tar.gz
vyos-build-4a269cecf76f4d5dfd9d29a2e570392f1f646026.zip
Break overly long lines.
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 6c6c0f1e..140a3b28 100644
--- a/README.md
+++ b/README.md
@@ -43,7 +43,9 @@ There are several directories with their own purpose:
## Prerequisites
-To build a VyOS image, you need Debian 8 "Jessie" environment (with jessie-backports repository). You can create it with [debootstrap](https://wiki.debian.org/Debootstrap) on Debian, Ubuntu and many other distributions. To create a Debian 8 "Jessie" environment under vyos-chroot directory, run these commands:
+To build a VyOS image, you need Debian 8 "Jessie" environment (with jessie-backports repository).
+You can create it with [debootstrap](https://wiki.debian.org/Debootstrap) on Debian, Ubuntu and many other distributions.
+To create a Debian 8 "Jessie" environment under vyos-chroot directory, run these commands:
```
$ sudo apt-get install debootstrap # (Note: This is on Debian/Ubuntu, adjust it for your favorite distro package manager)