File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed
Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change 116116 display : block;
117117 margin : 10px auto;
118118 border-radius : 8px ;
119+ height : 100px ; width : auto;
119120 }
120121
121122 ul {
122123 list-style-type : none;
123- padding-left : 0 ;
124+ padding : 10 px ;
124125 }
125-
126126 ul li ::before {
127- content : "➜ " ;
127+ content : ">> " ;
128128 color : orange;
129+ font-weight : bold;
129130 }
130-
131131 ol {
132- padding-left : 20 px ;
132+ padding-left : 40 px ;
133133 }
134134 </ style >
135135</ head >
@@ -167,14 +167,15 @@ <h2>📁 Sub-folders</h2>
167167 < div class ="box ">
168168 < h2 > 🧩 Steps to Clone and Run this Repository</ h2 >
169169 < ol >
170- < li > Run the git clone command to make a copy of this repository on your local machine:
170+ < li > Run the git clone command in Terminal to make a copy of this repository on your local machine:
171171 < pre > < code > git clone https://github.com/rh3nium/Python</ code > </ pre >
172172 </ li >
173173 < li > Navigate to the folder:
174174 < pre > < code > cd Python</ code > </ pre >
175175 </ li >
176- < li > Run any Python script using:
176+ < li > Run any Python script in the Terminal using:
177177 < pre > < code > python3 filename.py</ code > </ pre >
178+ < i > (Replace filename.py with the actual name of the file.)</ i >
178179 </ li >
179180 </ ol >
180181 </ div >
You can’t perform that action at this time.
0 commit comments