diff --git a/README.md b/README.md index 707475a..1600552 100644 --- a/README.md +++ b/README.md @@ -23,3 +23,16 @@ You have my permission to use JDF in whatever projects you wish, whether commercial, personal, or otherwise, in whatever way you like. Official license information can be found in [LICENSE](LICENSE) (spoiler: it's the MIT License). + +## Local Setup +- **OS**: Ubuntu Linux 20.04 +- **Code Editor**: VS Code with [Latex Workshop](https://github.com/James-Yu/LaTeX-Workshop) Extension. + +Finally, intsall texlive: +``` +sudo apt-get install texlive-full +``` + +Use the preview icon (top left) or use the keyboard shortcut (Ctrl + Alt + V). This will open up a live preview. + +Once done, use the green play button, or use keyboard shortcut (Ctrl + Alt + B) to build the project and generate PDF.