Skip to content

Commit b03628a

Browse files
committed
Updated README.md
Added more information
1 parent 1e7bb00 commit b03628a

File tree

1 file changed

+13
-9
lines changed

1 file changed

+13
-9
lines changed

README.md

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,20 @@ ASCII diff tool written in Python 3<br>
55
Supporting Python syntax highlighting
66
<br>
77
<br>
8-
Download Windows executable at -
9-
Download macOS executable at -
10-
Linux users can run it with ./bin/amdiff
8+
Download Windows executable at - https://github.com/AlexMartin17/amdiff-ascii-diff-tool/blob/master/bin/win32/amdiff.exe
119
<br>
12-
Supports command line syntax ./amdiff &lt;file1&gt; &lt;file2&gt;
10+
Linux and macOS users can run it with:<br>
11+
`cd bin`<br>
12+
`chmod u+x amdiff`<br>
13+
`./amdiff`
14+
<br>
15+
<br>
16+
Supports command line syntax `./amdiff &lt;file1&gt; &lt;file2&gt;`
1317
<br>
1418

15-
<img src="D:\Alex-Martin\projects\software_engineering\python\amdiff-ascii-diff-tool\img\examples\example_files.JPG">
16-
<img src="D:\Alex-Martin\projects\software_engineering\python\amdiff-ascii-diff-tool\img\examples\example_files2.png">
19+
<img src="https://raw.githubusercontent.com/AlexMartin17/amdiff-ascii-diff-tool/master/img/examples/example_files.JPG">
20+
<img src="https://raw.githubusercontent.com/AlexMartin17/amdiff-ascii-diff-tool/master/img/examples/example_files2.png">
1721

18-
<img src="D:\Alex-Martin\projects\software_engineering\python\amdiff-ascii-diff-tool\img\examples\gui1.png">
19-
<img src="D:\Alex-Martin\projects\software_engineering\python\amdiff-ascii-diff-tool\img\examples\gui2.png">
20-
<img src="D:\Alex-Martin\projects\software_engineering\python\amdiff-ascii-diff-tool\img\examples\gui3.png">
22+
<img src="https://raw.githubusercontent.com/AlexMartin17/amdiff-ascii-diff-tool/master/img/examples/gui1.png">
23+
<img src="https://raw.githubusercontent.com/AlexMartin17/amdiff-ascii-diff-tool/master/img/examples/gui2.png">
24+
<img src="https://raw.githubusercontent.com/AlexMartin17/amdiff-ascii-diff-tool/master/img/examples/gui3.png">

0 commit comments

Comments
 (0)