From 82e02bde30ca6abea1323639b555ce8a18e31210 Mon Sep 17 00:00:00 2001 From: Matthias Nehlsen Date: Sun, 10 Mar 2019 17:35:16 +0100 Subject: [PATCH 1/2] Update README.md fix path --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5bab9664..94597ca1 100755 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Go read first: [go-gl/glfw](https://github.com/go-gl/glfw/) ```bash # Clone git clone https://github.com/go-flutter-desktop/go-flutter.git -cd go-flutter-desktop-embedder +cd go-flutter # Build the flutter simpleDemo project cd example/simpleDemo/ From ee404c657bcb1ac19e892409a6f9803d5f6b54a2 Mon Sep 17 00:00:00 2001 From: Matthias Nehlsen Date: Sun, 10 Mar 2019 17:53:45 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 94597ca1..20ee83fd 100755 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ Go read first: [go-gl/glfw](https://github.com/go-gl/glfw/) ```bash # Clone git clone https://github.com/go-flutter-desktop/go-flutter.git -cd go-flutter-desktop-embedder +cd go-flutter # Build the flutter simpleDemo project cd example/simpleDemo/ @@ -108,7 +108,7 @@ Go read first: [go-gl/glfw](https://github.com/go-gl/glfw/) ```bash # Clone git clone https://github.com/go-flutter-desktop/go-flutter.git -cd go-flutter-desktop-embedder +cd go-flutter # Build the flutter simpleDemo project cd example/simpleDemo/