Skip to content

Commit a0dc498

Browse files
committed
readme
1 parent afec506 commit a0dc498

File tree

1 file changed

+25
-11
lines changed

1 file changed

+25
-11
lines changed

README.md

Lines changed: 25 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -30,17 +30,31 @@ At its core, Pythonator is a **local Python process manager with a GUI**.
3030

3131
## Table of Contents
3232

33-
- [Screenshots](#screenshots)
34-
- [Capabilities](#capabilities)
35-
- [What it does](#what-it-does)
36-
- [Why it exists](#why-it-exists)
37-
- [File structure](#file-structure)
38-
- [Requirements](#requirements)
39-
- [Running the application](#running-the-application)
40-
- [Option 1: Run from source (any platform)](#option-1-run-from-source-any-platform)
41-
- [Option 2: Windows executable (no Python required for the app itself)](#option-2-windows-executable-no-python-required-for-the-app-itself)
42-
- [Platform notes](#platform-notes)
43-
- [Typical workflow](#typical-workflow)
33+
<ul>
34+
<li><a href="#screenshots">Screenshots</a></li>
35+
<li><a href="#capabilities">Capabilities</a></li>
36+
<li><a href="#what-it-does">What it does</a></li>
37+
<li><a href="#why-it-exists">Why it exists</a></li>
38+
<li><a href="#file-structure">File structure</a></li>
39+
<li><a href="#requirements">Requirements</a></li>
40+
<li>
41+
<a href="#running-the-application">Running the application</a>
42+
<ul>
43+
<li>
44+
<a href="#option-1-run-from-source-any-platform">
45+
Option 1: Run from source (any platform)
46+
</a>
47+
</li>
48+
<li>
49+
<a href="#option-2-windows-executable-no-python-required-for-the-app-itself">
50+
Option 2: Windows executable (no Python required for the app itself)
51+
</a>
52+
</li>
53+
</ul>
54+
</li>
55+
<li><a href="#platform-notes">Platform notes</a></li>
56+
<li><a href="#typical-workflow">Typical workflow</a></li>
57+
</ul>
4458

4559
---
4660

0 commit comments

Comments
 (0)