Skip to content

Commit 877d053

Browse files
update readme.md file
1 parent 30f82fb commit 877d053

File tree

7 files changed

+13
-4
lines changed

7 files changed

+13
-4
lines changed

README.md

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,24 @@ This is the sublime build use to compile the java in windows pc. This sublime bu
1717

1818
- download this [repository](https://github.com/RohilPrajapati/java_compiler)
1919
- copy the javaRun.sublime-build from downloaded repository
20-
- click on Preferences tab in menu in sublime text 3
21-
- click Browse packages ..
20+
- click on Preferences tab in menu in sublime text 3<br>
21+
<img src="image(ss)/preferences.PNG">
22+
- click Browse packages ..<br>
23+
<img src="image(ss)/browsepackage.png">
24+
- after click that this interface will apperear:<br>
25+
<img src="image(ss)/browsepackageafter.png">
26+
- click User folder
2227
- paste the javaRun.sublime-build in that directory
28+
<img src="image(ss)/insideuser.PNG">
2329

2430
## How to use javaRun.sublime-build
2531

2632
- open file with .java extension
2733
- click on Tools tab of menu
28-
- click on build system
29-
- choose the javaRun.sublime-build
34+
- click on build system <br>
35+
<img src="image(ss)/buildsystem.png">
36+
37+
- choose the javaRun.sublime-build <br>
38+
<img src="image(ss)/javaRun.png">
3039
- use ctrl+b to compile and run the program
3140

image(ss)/browsepackage.png

7.46 KB
Loading

image(ss)/browsepackageafter.PNG

50 KB
Loading

image(ss)/buildsystem.PNG

13.6 KB
Loading

image(ss)/insideuser.PNG

57.3 KB
Loading

image(ss)/javaRun.PNG

15.3 KB
Loading

image(ss)/preferences.PNG

13.8 KB
Loading

0 commit comments

Comments
 (0)