You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: index.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ <h2>{{ title }}</h2>
7
7
8
8
<p>Engo is an open-source 2D game engine written in <ahref="https://golang.org" target="_blank">Go</a>. It uses the Entity-Component-System paradigm. The code is available on <ahref="https://github.com/EngoEngine/engo" target="_blank">GitHub</a>. If you encounter any problems, find any bugs, or want to request a feature, you can <ahref="https://github.com/EngoEngine/engo/issues/new" target="_blank">open an issue</a> or chat with us on <ahref="https://gitter.im/EngoEngine/engo">gitter</a>. </p>
9
9
10
-
<p><code>go get -u engo.io/engo</code></p>
10
+
<p><code>go get -u github.com/EngoEngine/engo</code></p>
11
11
12
12
<p>We're currently still developing this website (it's on <ahref="https://github.com/EngoEngine/engoengine.github.io" target="_blank">GitHub</a> too!), so please be patient while we begin to fill it out. Ideas and content requests can be filed <ahref="https://github.com/EngoEngine/engoengine.github.io/issues/new" target="_blank">here</a>. </p>
0 commit comments