correct readme

This commit is contained in:
dickmao 2020-02-29 22:46:25 -05:00
parent 54cb27701f
commit 0c2942d4eb
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
export EMACS ?= $(shell which emacs)
export CASK := $(shell which cask)
TEST_VERSION := $(shell yq .jobs.build.strategy.matrix.emacs_version .github/workflows/test.yml | jq .[] | sort -n | head -1)
TEST_VERSION := $(shell yq .jobs.build.strategy.matrix.emacs_version .github/workflows/test.yml | jq .[] | egrep "[0-9]" | sort -n | head -1)
ifeq ($(CASK),)
$(error Please install CASK at https://cask.readthedocs.io/en/latest/guide/installation.html)
endif

View file

@ -71,7 +71,7 @@ How do I...
First try ``emacs -Q -f package-initialize --eval "(setq debug-on-error t)"`` and reproduce the bug. The ``-Q`` skips any user configuration that might interfere with EIN.
Note EIN is tested only for *released* GNU Emacs versions
snapshot
25.1
and later. Pre-release versions are unlikely to work.
... display images inline?