From 67d21934b3d6877e5c1d7e943fbc5d6e1ddcb2fd Mon Sep 17 00:00:00 2001 From: NontasBak Date: Sun, 19 May 2024 20:29:24 +0300 Subject: [PATCH] Update README.md --- README.md | 30 ++++++++++++++---------------- 1 file changed, 14 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index b79463b..d2c1c66 100644 --- a/README.md +++ b/README.md @@ -1,27 +1,25 @@ # sapiloguide + Past exam solutions for thmmy. You can find all the currently added solutions below: -- [ΣΗΕ1 (Συστήματα Ηλεκτρικής Ενέργειας 1)](https://nontasbak.github.io/sapiloguide/pdfs/SHE1_sapiloguide.pdf) -- [ΣΗΕ2 (Συστήματα Ηλεκτρικής Ενέργειας 2)](https://nontasbak.github.io/sapiloguide/pdfs/SHE2_sapiloguide.pdf) +- [ΣΗΕ 1 (Συστήματα Ηλεκτρικής Ενέργειας 1)](https://nontasbak.github.io/sapiloguide/pdfs/SHE1_sapiloguide.pdf) +- [ΣΗΕ 2 (Συστήματα Ηλεκτρικής Ενέργειας 2)](https://nontasbak.github.io/sapiloguide/pdfs/SHE2_sapiloguide.pdf) +- [Τηλεπ 2 (Τηλεπικοινωνιακά Συστήματα 2)](https://nontasbak.github.io/sapiloguide/pdfs/Thlep2_sapiloguide.pdf) ## Contribute Contributions are welcome and appreciated. The notes are written in [tldraw](https://www.tldraw.com/), there is also a VScode extension you can use. You need to follow these steps in order: -- Download git on your pc -- Fork the repository -- Clone the fork you just made -- Modify/Add the .tldr files in the src folder -- Commit and push your changes -- Make a pull request (PR) -- Github actions will automatically build the pdfs once the PR is approved +- Download git on your pc +- Fork the repository +- Clone the fork you just made +- Modify/Add the .tldr files in the src folder +- Commit and push your changes +- Make a pull request (PR) +- Github actions will automatically build the pdfs once the PR is approved If you want to contribute to the code and/or build the pdf files yourself follow these steps: -- Install node.js on your pc and run `npm install` -- Run `npm run build` to build all of the pdf files (not recommended) -- or run `npm start` and the code will automatically detect your changed .tldr files through git (make sure you haven't commited the files before you run it). This is recommended if you want to save time. - - - - +- Install node.js on your pc and run `npm install` +- Run `npm run build` to build all of the pdf files (not recommended) +- or run `npm start` and the code will automatically detect your changed .tldr files through git (make sure you haven't commited the files before you run it). This is recommended if you want to save time.