Elias Naur
9babb1389d
README.md: split out installation, integration, contributing sections
...
Add them to the wiki so README.md ends up less overwhelming.
Signed-off-by: Elias Naur <mail@eliasnaur.com >
2019-08-05 15:50:39 +02:00
Larry Clapp
7f82b5d637
README.md: add backticks to giowindow div tag
...
Wrap backticks around the "div" tag mentioned in the README, so it looks
like this:
`<div id="giowindow">`
Without the backticks, the markdown renderer renders it as an actual
<div> tag in the output html (without an ID, either).
Signed-off-by: Larry Clapp <larry@theclapp.org >
2019-08-04 20:52:36 +02:00
Elias Naur
a2e485b56d
README.md: add link to Gophercon 2019 talk
...
Signed-off-by: Elias Naur <mail@eliasnaur.com >
2019-07-25 13:10:49 -07:00
Elias Naur
934aa4fe8d
README.md: add shameless plug to Scatter
...
Signed-off-by: Elias Naur <mail@eliasnaur.com >
2019-07-16 18:57:38 +02:00
Elias Naur
5b7a7334c8
README.md: update for -buildmode=exe default
...
Also, move the exe section to the beginning of the mobile sections,
leaving -buildmode=archive second.
Signed-off-by: Elias Naur <mail@eliasnaur.com >
2019-07-07 11:43:32 +02:00
Elias Naur
48786bbd05
README.md: move the build line first in webassembly instructions
...
Signed-off-by: Elias Naur <mail@eliasnaur.com >
2019-07-07 00:11:38 +02:00
Elias Naur
535f61fbeb
README.md: update mailing list name and fix todo address
...
Signed-off-by: Elias Naur <mail@eliasnaur.com >
2019-06-18 17:41:41 +02:00
Elias Naur
d142a8c89d
README.md: use example.com instead of gmail.com for example
...
Signed-off-by: Elias Naur <mail@eliasnaur.com >
2019-06-09 16:37:15 +02:00
Elias Naur
cf99b9b487
README.md: describe how to run programs on iOS simulators
...
Signed-off-by: Elias Naur <mail@eliasnaur.com >
2019-06-09 16:22:49 +02:00
Elias Naur
821862b4c6
README.md: use the -buildmode=exe flag for running demos
...
Signed-off-by: Elias Naur <mail@eliasnaur.com >
2019-06-09 15:41:28 +02:00
Elias Naur
44e02786c6
README.md: note that todos can now be filed through email
...
Signed-off-by: Elias Naur <mail@eliasnaur.com >
2019-05-15 22:48:05 +02:00
Elias Naur
af7a0ad293
REEADME.md: fix typo
...
Signed-off-by: Elias Naur <mail@eliasnaur.com >
2019-05-11 14:49:37 +02:00
Elias Naur
6d690fd343
README.md: add note about webassembly support
...
Signed-off-by: Elias Naur <mail@eliasnaur.com >
2019-05-11 13:36:24 +02:00
Elias Naur
d4ff577259
README.md: add download link to Go
...
Signed-off-by: Elias Naur <mail@eliasnaur.com >
2019-04-07 18:27:53 +02:00
Elias Naur
afa91ed942
README.md: note that the NVIDIA proprietary driver doesn't work
...
Signed-off-by: Elias Naur <mail@eliasnaur.com >
2019-04-05 19:40:15 +02:00
Elias Naur
b5d8e1cfe2
README.md: describe name and email configuration
...
Signed-off-by: Elias Naur <mail@eliasnaur.com >
2019-04-05 11:27:17 +02:00
Elias Naur
c20255335f
README.md: point to git-send-email.io
...
Signed-off-by: Elias Naur <mail@eliasnaur.com >
2019-04-05 11:10:07 +02:00
Elias Naur
a876ce8a53
README.md: further clarify the mailing list description
...
Signed-off-by: Elias Naur <mail@eliasnaur.com >
2019-04-03 17:02:55 +02:00
Elias Naur
31e06bd931
README.md: note that the mailing list is open to everyone
...
A Sourcehut account is only required for subscribing to new posts.
Signed-off-by: Elias Naur <mail@eliasnaur.com >
2019-04-03 14:57:45 +02:00
Elias Naur
fca780972a
README.md: add note about commit message style
...
And move the issues section above the heavy contribution section
while we're here.
Signed-off-by: Elias Naur <mail@eliasnaur.com >
2019-04-03 12:19:16 +02:00
Wiktor Kwapisiewicz
2a99e1c955
README.md: fix git commit signoff command
...
Signed-off-by: Wiktor Kwapisiewicz <wiktor@metacode.biz >
Signed-off-by: Elias Naur <mail@eliasnaur.com >
2019-04-03 12:05:01 +02:00
Elias Naur
fc7c5c13f4
README.md: add EGL development package to Linux requirements
...
Updates ~eliasnaur/gio#3
Signed-off-by: Elias Naur <mail@eliasnaur.com >
2019-04-02 12:52:08 +02:00
Elias Naur
3b8cbc605e
README.md: add missing word
...
Signed-off-by: Elias Naur <mail@eliasnaur.com >
2019-04-02 12:49:04 +02:00
Elias Naur
d18b6b39fe
README.md: expand contributing section and add issues section
...
Signed-off-by: Elias Naur <mail@eliasnaur.com >
2019-04-02 12:45:25 +02:00
Elias Naur
641c3b7279
README.md: add missing GLES dependency
...
Fixes ~eliasnaur/gio#3
Signed-off-by: Elias Naur <mail@eliasnaur.com >
2019-04-02 08:38:57 +02:00
Elias Naur
eaae45d87a
README.md: add setup instructions for Ubuntu
...
And add minimum versions for Ubuntu and Fedora.
Fixes ~eliasnaur/gio/2
Signed-off-by: Elias Naur <mail@eliasnaur.com >
2019-04-01 18:46:44 +02:00
Elias Naur
05d337d695
README.md: add Fedora instructions for installing dependencies
...
Updates ~eliasnaur/gio/2
Signed-off-by: Elias Naur <mail@eliasnaur.com >
2019-04-01 18:29:22 +02:00
Elias Naur
7a0975a516
README.md: remove errant period
...
Signed-off-by: Elias Naur <mail@eliasnaur.com >
2019-03-31 17:45:01 +02:00
Elias Naur
740679aa39
README.md: add note about Go 1.13 and the vector renderer
2019-03-31 17:14:33 +02:00
Elias Naur
0aa04b89da
README.md: clean up and fix typos
...
Signed-off-by: Elias Naur <mail@eliasnaur.com >
2019-03-31 15:01:21 +02:00
Elias Naur
8b2f6dbf13
ui: add doc.go
...
Signed-off-by: Elias Naur <mail@eliasnaur.com >
2019-03-31 14:45:26 +02:00
Elias Naur
dde7961b7d
README.md: add instructions to run the hello world program
...
Signed-off-by: Elias Naur <mail@eliasnaur.com >
2019-03-31 14:08:41 +02:00
Elias Naur
5464fb0763
README.md: add godoc badge
...
Signed-off-by: Elias Naur <mail@eliasnaur.com >
2019-03-31 14:01:52 +02:00
Elias Naur
cf258f707f
README.md: note that Go 1.13 is required for bitcode and tvOS support
...
Signed-off-by: Elias Naur <mail@eliasnaur.com >
2019-03-31 13:23:21 +02:00
Elias Naur
aa4d478172
README.md: describe the -token flag
...
Signed-off-by: Elias Naur <mail@eliasnaur.com >
2019-03-31 12:27:57 +02:00
Elias Naur
fef4969e52
README.md: add GO111MODULE=on to instructions
...
Signed-off-by: Elias Naur <mail@eliasnaur.com >
2019-03-31 12:23:51 +02:00
Elias Naur
7c8fdf69f5
README.md: add iOS/tvOS setup instructions
...
Signed-off-by: Elias Naur <mail@eliasnaur.com >
2019-03-31 12:12:01 +02:00
Elias Naur
0f05231c35
all: initial import
...
Signed-off-by: Elias Naur <mail@eliasnaur.com >
2019-03-31 10:47:22 +02:00