Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ZORO2045 authored May 4, 2024
1 parent eef9f41 commit d3bd75e
Showing 1 changed file with 57 additions and 0 deletions.
57 changes: 57 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,60 @@ pkg install git python python2 && pkg install wget ruby proot clang && termux-se
```shell
pkg --check-mirror update
```

- Install Git: Install the Git package:

```shell
pkg install git -y
```

- Install Command Patch: Install the Fish package for command patch:

```shell
pkg install fish -y
```

## Languages Installation

Ensure the following languages are installed for development:

- Python: Install Python language:

```shell
apt install python -y
```

- Python 2: Install Python 2 language:

```shell
apt install python2 -y
```

- Ruby: Install Ruby language:

```shell
apt install ruby ​​-y
```

- PHP: Install PHP language:

```shell
apt install php -y
```

- Go: Install Go language:

```shell
apt install golang -y
```

- C: Install C language:
```shell
apt install clang -y
```

- Dart: Install Dart language:
```shell
apt install dart -y
```

0 comments on commit d3bd75e

Please sign in to comment.