Skip to content

Commit 0c400f2

Browse files
authored
Update README.md
1 parent 317973f commit 0c400f2

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,14 @@ unreferenced_labels Check for label referencing
2626
wordcount Wordcount via texcount
2727
```
2828

29-
## Porting
29+
## Cloning
30+
```bash
31+
git clone https://github.com/LSYS/texCheckmate.git
32+
mv texCheckmate/* .
33+
rm -r texCheckmate
34+
```
35+
36+
## Porting (w/o Git)
3037
To download the utilities without cloning:
3138

3239
1. Download the zipped repo
@@ -70,12 +77,6 @@ rm -r texCheckmate-main
7077
rm main.zip
7178
```
7279

73-
## Cloning
74-
```bash
75-
git clone https://github.com/LSYS/texCheckmate.git
76-
mv texCheckmate/* .
77-
rm -r texCheckmate
78-
```
7980

8081

8182

0 commit comments

Comments
 (0)