Qi Xiao
c37d891724
README: Merge the two Cirrus CI badges.
2021-10-05 20:45:17 +01:00
Qi Xiao
e59b2ede43
Link to Elvish's repology page on https://elv.sh/get and README.
...
Also remove the Go Report Card badge from README since most of the checks are
now integrated into CI.
2021-08-23 00:46:11 +01:00
Qi Xiao
1869cd5f35
Revert "Revert "Require Go >= 1.16.""
...
Elvish now builds cleanly with Go 1.17.
This reverts commit 066f23d04f
.
2021-08-23 00:23:55 +01:00
Qi Xiao
066f23d04f
Revert "Require Go >= 1.16."
...
Running test and vet with Go 1.17 has uncovered some issues, which breaks CI.
This change will be rolled forward after I have a local Go 1.17 environment and
fix those issues.
This reverts commit 9afb84e4fd
.
2021-08-22 23:40:48 +01:00
Qi Xiao
9afb84e4fd
Require Go >= 1.16.
2021-08-22 23:07:54 +01:00
Qi Xiao
30a93948d7
Add back link to internal API doc.
...
pkg.go.dev supports @master to get the latest (unpublished) version.
2021-06-20 22:08:01 +01:00
Qi Xiao
464bdf58d1
Fixup for #1338 .
2021-06-20 22:05:18 +01:00
Kolby Crouch
917b6eeefc
Add plugin support
2021-06-20 21:11:32 +01:00
Qi Xiao
9b733b14d8
Update README
...
- Remove broken godoc badge
- Remove unnecessary Oxford commas
- Update instruction for the make command
2021-06-10 07:59:53 +01:00
Qi Xiao
01b79863da
Fix URL to goreportcard badge
2021-06-08 23:02:36 +01:00
Qi Xiao
e44b677e79
Switch IRC channel to Libera Chat.
2021-05-30 14:14:38 +01:00
Qi Xiao
53593c3ab7
Document new Matrix room.
2021-02-18 10:57:54 +00:00
Qi Xiao
a6f1a7bdd0
Require Go >= 1.15.0 to build.
2021-02-17 22:40:35 +00:00
Qi Xiao
a535e7a160
Show master branch coverage in the codecov branch
...
Also link to the coverage report for the master branch.
2021-02-13 01:43:01 +00:00
Qi Xiao
501f6a4235
Update README.md
...
* Add more links to prebuilt binaries.
* Simplify the instructions for building Elvish.
* Link to PACKAGING.md.
2021-02-11 15:00:21 +00:00
Qi Xiao
bb3fb0115a
Linkify the GitHub Actions CI badge.
2021-02-10 23:52:44 +00:00
Qi Xiao
82337a0b31
Followups for the CI migration.
...
* Update badges on README.md.
* Remove checkstyle jobs from CirrusCI.
2021-02-10 23:50:21 +00:00
Qi Xiao
3715e5a739
New tagline: Expressive programming language + versatile interactive shell
2021-01-29 02:42:29 +00:00
Qi Xiao
1304dda2a1
README: Update Twitter handle
2021-01-27 23:54:14 +00:00
Qi Xiao
22e4315eb1
Move the main package to cmd/elvish.
...
Now that the module path is "src.elv.sh", doing a "go get" will install the
Elvish binary as "src.elv.sh"; this is not what we want, so move the main
package into a package called "elvish".
Also update "go get" and "go build" commands accordingly.
2021-01-27 01:35:01 +00:00
Qi Xiao
196eea21d4
Change module import path to src.elv.sh
2021-01-27 01:30:25 +00:00
Qi Xiao
b2b18bff97
Bump minimal Go requirement to >= 1.14, now that 1.15 has been released.
2020-08-13 22:41:57 +01:00
Qi Xiao
33eb7d721e
README.md: Remove the license badge.
...
This makes the badges fit in one line. The license is already shown by GitHub, so the badge is redundant.
2020-04-04 14:30:08 +01:00
Qi Xiao
22554cda94
README.md: Update badges.
2020-04-04 00:19:36 +01:00
Qi Xiao
9dcfdd3bc4
README.md: Remove Coveralls badge.
2020-04-03 23:24:30 +01:00
Qi Xiao
dbb74950a6
README.md: Replace Travis badges with Cirrus ones.
2020-04-03 23:01:20 +01:00
Qi Xiao
e14fb18987
Makefile: Add a "style" rule to format Go and Markdown files.
...
Also document that in CONTRIBUTING.md, and run that to format existing files.
2020-04-03 01:30:49 +01:00
Qi Xiao
f73c854a48
README: try harder to direct users to the website.
...
Also try to make the user group badges fit in one line again...
2020-03-26 01:29:19 +00:00
Qi Xiao
5da218f4e0
Document official Matrix room.
...
This fixes #871 .
2020-03-20 11:24:14 +00:00
Qi Xiao
cd1576a63f
README.md: Only support Windows 10.
2020-03-08 23:57:51 +00:00
Qi Xiao
995879dcb6
README: Remove references to developer channels.
2020-01-14 10:12:12 -05:00
Qi Xiao
4fd17e8a60
README.md: Simplify instructions for building Elvish.
2020-01-14 09:52:13 -05:00
Qi Xiao
4ec759d88c
Require Go >= 1.13.
2020-01-14 09:10:42 -05:00
Qi Xiao
49cfab5180
README.md: Remove VSTS badge.
2019-12-26 15:48:58 +00:00
Qi Xiao
05055cd032
Format all Markdown files with prettier.
2019-12-26 15:48:14 +00:00
Qi Xiao
bd023da38e
Supported Go versions: -1.11, +1.13
2019-10-21 11:09:22 +01:00
Qi Xiao
e2a3f2d8e9
Re-enable badget for codecov.io.
2019-08-26 12:09:19 +01:00
Qi Xiao
6c4f100b83
README: Update Go version requirement.
2019-04-27 14:15:03 +01:00
Qi Xiao
f03b3adb69
Update README.md
...
Show group badges on the same line.
2018-11-05 00:46:23 +00:00
Qi Xiao
0a7a4f1035
Rearrange README.
2018-11-05 00:41:16 +00:00
Qi Xiao
bc6a7b2f6c
Move building instructions back into README.md.
2018-10-21 20:49:28 +01:00
Qi Xiao
910b3b73eb
Update README.md
...
Comment out badges for VSTS and codecov.io.
2018-10-11 13:29:30 +08:00
Qi Xiao
8f79740580
Update README.md
2018-10-10 17:45:06 +08:00
Qi Xiao
a38f4ffa5c
README: Link to the philosophy and name pages.
2018-10-10 00:45:37 +08:00
Qi Xiao
2c9b189400
README: Reword the contributing paragraph.
2018-10-10 00:42:57 +08:00
Qi Xiao
50834d5e71
Update README.md.
...
Move the Name section to a dedicated page in elv.sh/ref.
2018-10-10 00:35:59 +08:00
Qi Xiao
9a332c76d1
Update README.md
...
Move the walkthrough before the CONTRIBUTING.md link.
2018-10-10 00:18:56 +08:00
Qi Xiao
640e365819
Update README.md
...
Provide a walkthrough of how to become a master Elf.
2018-10-10 00:14:39 +08:00
Qi Xiao
8fd172dfa0
Update README.md
2018-10-09 23:59:16 +08:00
Qi Xiao
b928e74049
Move the building instructions to CONTRIBUTING.md.
2018-10-09 23:55:25 +08:00