Skip to content

Commit ea28d54

Browse files
authored
Merge pull request #1514 from eed3si9n/wip/test
Update README
2 parents f8dcf03 + be2434c commit ea28d54

2 files changed

Lines changed: 0 additions & 33 deletions

File tree

.github/workflows/cla.yml

Lines changed: 0 additions & 11 deletions
This file was deleted.

README.md

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -48,28 +48,6 @@ $ npm run build
4848

4949
This generates static content into `landing/_site/`.
5050

51-
### Full setup
52-
53-
The PDF generation is optional, and requires the following additional steps to install
54-
[TeX Live](https://www.tug.org/texlive/) and [Pandoc](https://pandoc.org/).
55-
56-
#### On Ubuntu
57-
58-
```bash
59-
$ sudo apt-get install pandoc latex-cjk-all texlive-full
60-
```
61-
62-
#### On Mac
63-
64-
These steps are derived from Haruhiko Okumura's instructions at
65-
[TeX Live/Mac](https://texwiki.texjp.org/?TeX%20Live%2FMac#bcb0d462 (in Japanese).
66-
67-
- install [MacTEX](http://www.tug.org/mactex), either via
68-
[downloaded pkg](http://www.tug.org/mactex/mactex-download.html) or
69-
[homebrew mactex formulae](https://formulae.brew.sh/cask/mactex)
70-
- update TeX Live package manager with `sudo tlmgr update --self --all` (this may take a while)
71-
- `brew install pandoc`
72-
7351
## Usage
7452

7553
To make the site locally, from sbt shell:

0 commit comments

Comments
 (0)