diff --git a/docs/manual/boot/HOWTO.adoc b/docs/manual/boot/HOWTO.adoc index 557f34d..79744cd 100644 --- a/docs/manual/boot/HOWTO.adoc +++ b/docs/manual/boot/HOWTO.adoc @@ -16,7 +16,7 @@ You'll most likely want to https://svwh.dl.sourceforge.net/project/usbwriter/USB Next, make sure your USB stick is inserted in your computer and https://support.microsoft.com/en-us/help/17418/windows-7-create-format-hard-disk-partition[formatted/"initialized"] already. -CAUTION: Formatting a disk/partition will *destroy* any and all data on that device! Make sure there is nothing on your USB drive you want to keep, as formatting BDisk to it *will* delete any data on it. +WARNING: Formatting a disk/partition will *destroy* any and all data on that device! Make sure there is nothing on your USB drive you want to keep, as formatting BDisk to it *will* delete any data on it. Now right-click on the USBWriter icon and select *Run as administrator*. You may get a warning pop up asking for permissions for USBWriter. It's safe to click Yes. diff --git a/docs/manual/user/GETTING_STARTED.adoc b/docs/manual/user/GETTING_STARTED.adoc index 12e7f2e..14b02f7 100644 --- a/docs/manual/user/GETTING_STARTED.adoc +++ b/docs/manual/user/GETTING_STARTED.adoc @@ -19,8 +19,6 @@ Alternatively, you can use https://git-scm.com/[git]. Git most definitely _shoul TIP: If you're new to git and want to learn more, I highly recommend the book https://git-scm.com/book/en/v2[Pro Git]. It is available for free download (or online reading). -You can use https: - You can clone via https: `git clone https://git.square-r00t.net/BDisk` @@ -78,4 +76,4 @@ These are optional Python modules: * https://pypi.python.org/pypi/patch[Patch] ** For branding iPXE environments per your `build.ini`. * https://pypi.python.org/pypi/pyOpenSSL[PyOpenSSL] -** To set up a PKI when building iPXE; used to create trusted/verified images. \ No newline at end of file +** To set up a PKI when building iPXE; used to create trusted/verified images.