Skip to content

Commit 4609979

Browse files
matthiasnPierre Champion
authored and
Pierre Champion
committed
Update README.md (#85)
* Update README.md fixes cd path
1 parent b1b200b commit 4609979

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Go read first: [go-gl/glfw](https://github.com/go-gl/glfw/)
2929
```bash
3030
# Clone
3131
git clone https://github.com/go-flutter-desktop/go-flutter.git
32-
cd go-flutter-desktop-embedder
32+
cd go-flutter
3333

3434
# Build the flutter simpleDemo project
3535
cd example/simpleDemo/
@@ -68,7 +68,7 @@ Go read first: [go-gl/glfw](https://github.com/go-gl/glfw/)
6868
```bash
6969
# Clone
7070
git clone https://github.com/go-flutter-desktop/go-flutter.git
71-
cd go-flutter-desktop-embedder
71+
cd go-flutter
7272

7373
# Build the flutter simpleDemo project
7474
cd example/simpleDemo/
@@ -108,7 +108,7 @@ Go read first: [go-gl/glfw](https://github.com/go-gl/glfw/)
108108
```bash
109109
# Clone
110110
git clone https://github.com/go-flutter-desktop/go-flutter.git
111-
cd go-flutter-desktop-embedder
111+
cd go-flutter
112112

113113
# Build the flutter simpleDemo project
114114
cd example/simpleDemo/

0 commit comments

Comments
 (0)