From 4ab4e4da4c55317988e674130420f8eccadde0d4 Mon Sep 17 00:00:00 2001 From: 3d-gussner <3d.gussner@gmail.com> Date: Sat, 16 Feb 2019 06:07:31 +0100 Subject: [PATCH] Updated README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index af5f8264..0734ff86 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ Now your Ubuntu subsystem is ready to use the automatic `build.sh` script and co #### Compile Prusa-firmware with Ubuntu Linux subsystem installed - open Ubuntu bash - change to your source code folder (case sensitive) -- run `./build.sh` +- run `./PF-build.sh` - follow the instructions ### Steps for Git-bash under Windows 10 64-bit: @@ -61,7 +61,7 @@ Now your Ubuntu subsystem is ready to use the automatic `build.sh` script and co #### Compile Prusa-firmware with Git-bash installed - open Git-bash - change to your source code folder -- run `bash build.sh` +- run `bash PF-build.sh` - follow the instructions