Skip to content

Commit 5e445bd

Browse files
committed
update installation step
1 parent 8b04e37 commit 5e445bd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ cd $GOPATH/src/github.com/go-gl/glow
2323
go build
2424
./glow download
2525
./glow generate -api=gl -version=4.1 -profile=core -remext=GL_ARB_cl_event
26-
go install ./gl-core/4.1/gl
26+
# the profile is now installed in a gl directory
27+
go install ./gl
2728
```
2829

2930
3- [**GLFW 3.2**](https://github.com/go-gl/glfw) - Go bindings for GLFW 3

0 commit comments

Comments
 (0)