Skip to content

Commit 684cb2c

Browse files
authored
Update README.md
1 parent f46d278 commit 684cb2c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# Python-Blackjack-game
22

33
To clone the repository and run it locally, follow these steps:
4-
1) Open your terminal or command prompt.
5-
2) Navigate to the directory where you want to clone the repository using the cd command.
4+
1) Open your terminal or command prompt. <br>
5+
2) Navigate to the directory where you want to clone the repository using the cd command. <br>
66
3) Use the git clone command:<br>
77
`https://github.com/EpicNesh26/Python-Blackjack-game.git`
8-
4) Once the repository is cloned, navigate into the repository directory using the cd command.
9-
5) You can now run the script locally. Depending on the programming language, you might need to have the necessary runtime or dependencies installed on your system.
8+
4) Once the repository is cloned, navigate into the repository directory using the cd command. <br>
9+
5) You can now run the script locally. Depending on the programming language, you might need to have the necessary runtime or dependencies installed on your system. <br>
1010
6) Execute the script using the appropriate command or interpreter for the specific language. For example, if it's a Python script, you can run it using the python command followed by the script name:
1111

1212
<hr>

0 commit comments

Comments
 (0)