Skip to content

Commit 591f8d4

Browse files
Update README.md
1 parent fc94e5e commit 591f8d4

File tree

1 file changed

+19
-12
lines changed

1 file changed

+19
-12
lines changed

README.md

Lines changed: 19 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -149,18 +149,25 @@ Stack<Integer>
149149

150150
## ▶️ How to Run
151151

152-
```bash
153-
git clone https://github.com/TheComputationalCore/java-advanced-exceptions-collections.git
154-
cd java-advanced-exceptions-collections
155-
javac *.java
156-
157-
# Run tasks:
158-
java Student # Q1
159-
java Voter # Q2
160-
java QuestionThree # Q3
161-
java QuestionFour # Q4
162-
java QuestionFive # Q5
163-
```
152+
1. **Clone the Repository**:
153+
```bash
154+
git clone https://github.com/TheComputationalCore/java-advanced-exceptions-collections.git
155+
```
156+
2. **Navigate to the Project Directory**:
157+
```bash
158+
cd java-advanced-exceptions-collections
159+
```
160+
3. **Compile the Java Files**:
161+
```bash
162+
javac *.java
163+
```
164+
4. **Run the Desired Program**:
165+
-'java Student' # Q1
166+
-'java Voter' # Q2
167+
-'java QuestionThree' # Q3
168+
-'java QuestionFour' # Q4
169+
-'java QuestionFive' # Q5
170+
164171

165172
---
166173

0 commit comments

Comments
 (0)