Skip to content

Commit 8a5acac

Browse files
authored
README.md
1 parent 50624c9 commit 8a5acac

File tree

1 file changed

+21
-7
lines changed

1 file changed

+21
-7
lines changed

README.md

+21-7
Original file line numberDiff line numberDiff line change
@@ -109,21 +109,27 @@
109109
<a href="#" onclick="navigator.clipboard.writeText('git clone https://github.com/Radio125/SCORM-Test-Decoder-Telegram-Bot.git')">
110110
<img alt="Copy to clipboard" src="https://img.shields.io/badge/copy%20command-1a73e8?logo=clipboard&style=flat-square">
111111
</a>
112-
<pre>git clone https://github.com/Radio125/SCORM-Test-Decoder-Telegram-Bot.git</pre>
112+
```bash
113+
git clone https://github.com/Radio125/SCORM-Test-Decoder-Telegram-Bot.git
114+
```
113115
</li>
114116
<li><strong>Navigate to the Directory</strong>:
115117
<br>
116118
<a href="#" onclick="navigator.clipboard.writeText('cd SCORM-Test-Decoder-Telegram-Bot')">
117119
<img alt="Copy to clipboard" src="https://img.shields.io/badge/copy%20command-1a73e8?logo=clipboard&style=flat-square">
118120
</a>
119-
<pre>cd SCORM-Test-Decoder-Telegram-Bot</pre>
121+
```bash
122+
cd SCORM-Test-Decoder-Telegram-Bot
123+
```
120124
</li>
121125
<li><strong>Create a Virtual Environment (optional but recommended)</strong>:
122126
<br>
123127
<a href="#" onclick="navigator.clipboard.writeText('python -m venv venv')">
124128
<img alt="Copy to clipboard" src="https://img.shields.io/badge/copy%20command-1a73e8?logo=clipboard&style=flat-square">
125129
</a>
126-
<pre>python -m venv venv</pre>
130+
```bash
131+
python -m venv venv
132+
```
127133
</li>
128134
<li><strong>Activate the Virtual Environment</strong>:
129135
<ul>
@@ -132,14 +138,18 @@
132138
<a href="#" onclick="navigator.clipboard.writeText('venv\\Scripts\\activate')">
133139
<img alt="Copy to clipboard" src="https://img.shields.io/badge/copy%20command-1a73e8?logo=clipboard&style=flat-square">
134140
</a>
135-
<pre>venv\Scripts\activate</pre>
141+
```bash
142+
venv\Scripts\activate
143+
```
136144
</li>
137145
<li><strong>macOS/Linux</strong>:
138146
<br>
139147
<a href="#" onclick="navigator.clipboard.writeText('source venv/bin/activate')">
140148
<img alt="Copy to clipboard" src="https://img.shields.io/badge/copy%20command-1a73e8?logo=clipboard&style=flat-square">
141149
</a>
142-
<pre>source venv/bin/activate</pre>
150+
```bash
151+
source venv/bin/activate
152+
```
143153
</li>
144154
</ul>
145155
</li>
@@ -148,14 +158,18 @@
148158
<a href="#" onclick="navigator.clipboard.writeText('pip install -r requirements.txt')">
149159
<img alt="Copy to clipboard" src="https://img.shields.io/badge/copy%20command-1a73e8?logo=clipboard&style=flat-square">
150160
</a>
151-
<pre>pip install -r requirements.txt</pre>
161+
```bash
162+
pip install -r requirements.txt
163+
```
152164
</li>
153165
<li><strong>Run the Bot</strong>:
154166
<br>
155167
<a href="#" onclick="navigator.clipboard.writeText('python bot.py')">
156168
<img alt="Copy to clipboard" src="https://img.shields.io/badge/copy%20command-1a73e8?logo=clipboard&style=flat-square">
157169
</a>
158-
<pre>python bot.py</pre>
170+
```bash
171+
python bot.py
172+
```
159173
</li>
160174
</ol>
161175
</details>

0 commit comments

Comments
 (0)