Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
xwings committed Nov 10, 2022
1 parent 13f8494 commit a3cd83e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ title: Installation

Qiling Framework is written in Python programming language and it works with different operating system and not limiting to any CPU architecture.

### Pyenv Installation with latest dev branch
### Pyenv Installation with latest dev branch (recommended)

If you are using pyenv, run the command shown below.

Expand All @@ -33,7 +33,7 @@ pip3 install --user https://github.com/qilingframework/qiling/archive/dev.zip
```

### Manual Installation
For this installation guide, Ubuntu desktop 18.04.3 LTS 64bit is the base example (Qiling Framework works in other Linux distributions that run Python 3.5 and above). Grab a copy of official Ubuntu ISO images from [Ubuntu CD mirrors](https://launchpad.net/ubuntu/+cdmirrors). Update and the system and also install pip3, git and cmake
For this installation guide, Ubuntu desktop latest LTS 64bit is the base example (Qiling Framework works in other Linux distributions that run Python 3.5 and above). Grab a copy of official Ubuntu ISO images from [Ubuntu CD mirrors](https://launchpad.net/ubuntu/+cdmirrors). Update and the system and also install pip3, git and cmake

```sh
sudo apt-get update
Expand Down

0 comments on commit a3cd83e

Please sign in to comment.