Skip to content

Commit 2215812

Browse files
hofbidariusptrs
andauthored
Apply suggestions from code review
Co-authored-by: Darius Peters <[email protected]>
1 parent e8a9d24 commit 2215812

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

docs/TEMPLATE.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,26 @@ ______________________________________________________________________
2626

2727
1. **Place the Package:**
2828
Unzip `latex4ei.zip` (from the package download) and move the entire `latex4ei` folder into the root of your repository.
29+
30+
If you want to permamently install our package, copy the `latex4ei` folder into your tex-distribution directory
31+
32+
1. **Windows**
33+
34+
Copy files to `C:\texlive\XXXX\texmf-dist\tex\latex\latex4ei`
35+
36+
2. **Linux**
37+
38+
```bash
39+
sudo cp -r latex4ei /usr/share/texlive/texmf-dist/tex/latex/latex4ei
40+
sudo mktexlsr
41+
```
42+
43+
3. **Mac OS X**
44+
45+
```bash
46+
cp -r latex4ei /usr/local/texlive/texmf-local/tex/latex/latex4ei
47+
```
48+
2949

3050
### 2. Update Environment (if using GitHub Actions)
3151

0 commit comments

Comments
 (0)