1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

59 Commits

Author SHA1 Message Date
e71213ba4f Update README.md 2019-07-01 10:51:38 +02:00
ff0401a3c3 Update README.md 2019-07-01 02:29:32 +02:00
8e6cb1e1c2 readme: CONTRIBUTING.md 2019-06-30 22:34:51 +02:00
392b49c661 Update README.md 2019-06-30 15:26:03 +02:00
4885a68b9a Update README.md 2019-06-30 15:06:26 +02:00
2dccdd347f Update README.md 2019-06-29 22:46:29 +02:00
0afcadcfd1 Update README.md 2019-06-29 16:52:36 +02:00
882700dd1b readme: new simpler instructions 2019-06-29 12:58:52 +02:00
84f5d7e64b Update README.md 2019-06-28 21:37:22 +02:00
6f79cb20cd readme: windows build instructions 2019-06-28 21:36:37 +02:00
77b6da23c4 README: use curl instead of wget 2019-06-28 15:09:01 +02:00
0a948294eb README.md: UB -> undefined behavior 2019-06-28 02:08:26 +02:00
21ae90b3af Update README.md 2019-06-28 00:47:55 +02:00
b4a2c6ddba Update README.md 2019-06-27 22:32:29 +02:00
e8238ee16e fix README faster build 2019-06-27 12:01:15 +02:00
5177e11a98 Add Travis build status 2019-06-26 19:38:41 +02:00
e6d8612392 Update README.md 2019-06-26 18:04:10 +02:00
69a363472f Update README.md 2019-06-26 17:58:59 +02:00
3e8d902a13 Update README.md 2019-06-26 15:23:59 +02:00
354e9ff1f8 Update README.md 2019-06-26 01:23:03 +02:00
f9f5ca46db Update README.md 2019-06-25 23:02:43 +02:00
ea4ea7d647 Update README.md 2019-06-25 23:02:25 +02:00
ded43f7532 Update README.md 2019-06-25 20:59:35 +02:00
27ce02ce48 Update README.md 2019-06-25 15:14:19 +02:00
3369372d9e Update README.md 2019-06-25 15:03:22 +02:00
ced6f7ffba Update README.md 2019-06-25 13:16:48 +02:00
698447c1ab README: Add azure pipeline build status badge 2019-06-25 12:46:54 +02:00
59c7d49001 Update README.md 2019-06-25 12:44:56 +02:00
bfac557370 Update README.md 2019-06-25 12:07:07 +02:00
c2947c8309 Update README.md 2019-06-25 12:05:00 +02:00
302f93cbe5 Update README.md 2019-06-25 02:11:18 +02:00
add0abe956 README.md: no more hardcoded installation path 2019-06-25 02:02:05 +02:00
601cc4a012 👍 Remove unnecessary spaces 2019-06-24 19:29:33 +02:00
2fee6bb29f 👍 Fix typo 2019-06-24 19:29:33 +02:00
3a6d3e19bf Update README.md 2019-06-24 18:53:22 +02:00
b494ee34e0 Update README.md 2019-06-24 16:07:41 +02:00
5932764088 Update README.md 2019-06-24 16:05:40 +02:00
734ad50f62 Update README.md 2019-06-24 16:04:19 +02:00
1381b1e743 gnu11 option 2019-06-24 14:17:34 +02:00
bde6e6c5b9 package for GFLW should be libglfw3 instead of glfw 2019-06-24 12:37:58 +02:00
c32c02bdcb Update README.md 2019-06-24 12:00:35 +02:00
7cd99dd762 Update README.md 2019-06-24 02:11:26 +02:00
70672b501f Add discord to readme 2019-06-24 02:10:42 +02:00
8b08bf636a Update README.md 2019-06-23 16:16:55 +02:00
6cbecac93c Update README.md 2019-06-23 16:13:56 +02:00
56ceccfea5 Update README.md 2019-06-23 13:27:43 +02:00
f72de84e9c readme: Fix 'mkdir -p' and symlink typo
You don't need to provide the ``-p`` flag which is used to create nested directories. 

Similarly, using ``$HOME`` for the symlink isn't strictly necessary, let's change that.
2019-06-23 13:08:16 +02:00
b3ec7f7426 readme: make makes things so much easier 2019-06-23 11:44:40 +02:00
099c1cc48b Update README.md 2019-06-23 11:37:33 +02:00
b2851daffc readme: add cc -std=c11 2019-06-23 10:21:16 +02:00