Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions .github/workflows/cla.yml

This file was deleted.

22 changes: 0 additions & 22 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,28 +48,6 @@ $ npm run build

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

### Full setup

The PDF generation is optional, and requires the following additional steps to install
[TeX Live](https://www.tug.org/texlive/) and [Pandoc](https://pandoc.org/).

#### On Ubuntu

```bash
$ sudo apt-get install pandoc latex-cjk-all texlive-full
```

#### On Mac

These steps are derived from Haruhiko Okumura's instructions at
[TeX Live/Mac](https://texwiki.texjp.org/?TeX%20Live%2FMac#bcb0d462 (in Japanese).

- install [MacTEX](http://www.tug.org/mactex), either via
[downloaded pkg](http://www.tug.org/mactex/mactex-download.html) or
[homebrew mactex formulae](https://formulae.brew.sh/cask/mactex)
- update TeX Live package manager with `sudo tlmgr update --self --all` (this may take a while)
- `brew install pandoc`

## Usage

To make the site locally, from sbt shell:
Expand Down