Skip to content

Commit fb90e71

Browse files
committed
fix checks failing
1 parent 2215812 commit fb90e71

File tree

1 file changed

+15
-19
lines changed

1 file changed

+15
-19
lines changed

docs/TEMPLATE.md

Lines changed: 15 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -26,26 +26,22 @@ ______________________________________________________________________
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
3129

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-
30+
If you want to **permanently install** our package, copy the `latex4ei` folder into your TeX distribution directory.
31+
32+
- **Windows**
33+
```bash
34+
Copy files to C:\texlive\XXXX\texmf-dist\tex\latex\latex4ei
35+
```
36+
- **Linux**
37+
```bash
38+
sudo cp -r latex4ei /usr/share/texlive/texmf-dist/tex/latex/latex4ei
39+
sudo mktexlsr
40+
```
41+
- **Mac OS X**
42+
```bash
43+
cp -r latex4ei /usr/local/texlive/texmf-local/tex/latex/latex4ei
44+
```
4945

5046
### 2. Update Environment (if using GitHub Actions)
5147

0 commit comments

Comments
 (0)