Skip to content

Latest commit

 

History

History
53 lines (35 loc) · 937 Bytes

File metadata and controls

53 lines (35 loc) · 937 Bytes

build

Curriculum Vitae of André Anjos

TL; DR:

pixi run build

Setup instructions (only once)

First, install pixi, and ensure it is working properly.

Then, run the following sequence of commands after git-cloning this repository and changing working directories into the clonned copy:

pixi install
pixi run install

Build instructions

You can use:

pixi run build

To generate cv.pdf, a test build of this poster. To clean build results and re-start, use:

pixi run clean

To remove any spurious files, including build results, run:

pixi run deep-clean

Update instructions

Run the following sequence of commands to update the current installation:

pixi update
pixi install
pixi run update