How to get started writing a little booklet on Pharo?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

How to get started writing a little booklet on Pharo?

Stephane Ducasse-3
- Create a repository xxx on github
- git clone xxx
- cd xxx

wget https://raw.githubusercontent.com/pillar-markup/pillar/master/download.sh
chmod +x download.sh
./download.sh

./pillar archetype book
make spiral

You can also run the texlive distribution in docker.

https://github.com/cdlm/docker-texlive

Stef