Skip to content

Commit aaaaa29

Browse files
committed
README updated
1 parent d165570 commit aaaaa29

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ A Python EEL and React.js build Docker management app for Linux Distros.
88

99
### Prerequisites
1010

11-
- A Linux distro operating system: Ubuntu, Fedora etc.
11+
- A Linux distro operating system: [Ubuntu](https://ubuntu.com) etc.
1212
- [Python](https://www.python.org) v3 should be installed
1313
- [Docker](https://www.docker.com) should be installed, version 20.10.12 is used in this project
14-
- `git` should be installed (recommended v2.34.1 or higher)
14+
- [Git](https://github.com/git-guides/install-git) should be installed (recommended v2.34.1 or higher)
1515

1616
### Clone the repo
1717

@@ -21,9 +21,9 @@ Clone the git repository from command terminal:
2121
Change location into the directory:
2222
`cd dockl`
2323

24-
### Python packages
24+
### EEL & Python packages
2525

26-
Optional: Create a virtual environment, **python3-venv** needs to be installed:
26+
Create a virtual environment (**python3-venv** is required):
2727
`python3 -m venv env`
2828
Activate the virtual environment:
2929
`source env/bin/activate`

0 commit comments

Comments
 (0)