Removed section on GNU sed and macOS
This commit is contained in:
parent
00c0b9f48e
commit
f6b899dd4e
1 changed files with 0 additions and 13 deletions
13
README.md
13
README.md
|
@ -79,19 +79,6 @@ unzip, and from within the directory run
|
||||||
bundle exec jekyll serve
|
bundle exec jekyll serve
|
||||||
|
|
||||||
|
|
||||||
## GNU sed and macOS
|
|
||||||
|
|
||||||
The version of sed that ships with macOS is not fully compatible with the GNU sed.
|
|
||||||
Therefore, you may get errors such as:
|
|
||||||
```
|
|
||||||
sed: 1: "out/plfa/Bisimulation.md": invalid command code o
|
|
||||||
```
|
|
||||||
You can fix this error by installing a GNU compatible version of sed, e.g. using [Homebrew](https://brew.sh/):
|
|
||||||
```
|
|
||||||
brew install gnu-sed --with-default-names
|
|
||||||
```
|
|
||||||
|
|
||||||
|
|
||||||
## Unicode characters
|
## Unicode characters
|
||||||
|
|
||||||
If you're having trouble typing the Unicode characters into Emacs, the end of
|
If you're having trouble typing the Unicode characters into Emacs, the end of
|
||||||
|
|
Loading…
Reference in a new issue