Fix formatting and reorder 'Running the Bot' section
This commit is contained in:
10
README.md
10
README.md
@@ -69,11 +69,6 @@ All required NuGet packages will be installed automatically using the
|
|||||||
provided <code>SkyBot.csproj</code> file.
|
provided <code>SkyBot.csproj</code> file.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h2>Running the Bot</h2>
|
|
||||||
|
|
||||||
<pre><code>dotnet run
|
|
||||||
</code></pre>
|
|
||||||
|
|
||||||
<h2>Configuration</h2>
|
<h2>Configuration</h2>
|
||||||
<p>Before running the bot, create a <code>.env</code> file in the root directory of the project with the following content:</p>
|
<p>Before running the bot, create a <code>.env</code> file in the root directory of the project with the following content:</p>
|
||||||
|
|
||||||
@@ -90,6 +85,11 @@ Sensitive data such as bot tokens should never be committed to the repository.
|
|||||||
Use environment variables or secure configuration methods.
|
Use environment variables or secure configuration methods.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
<h2>Running the Bot</h2>
|
||||||
|
|
||||||
|
<pre><code>dotnet run
|
||||||
|
</code></pre>
|
||||||
|
|
||||||
<h2>Contributing</h2>
|
<h2>Contributing</h2>
|
||||||
<p>
|
<p>
|
||||||
Contributions are welcome. By submitting a contribution, you agree that your
|
Contributions are welcome. By submitting a contribution, you agree that your
|
||||||
|
|||||||
Reference in New Issue
Block a user