Skip to content

Commit

Permalink
Merge pull request #1 from devicewhite/main
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
devicewhite authored Dec 28, 2024
2 parents 296dac5 + 29c4f9d commit 8afe7bc
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,9 @@
Execute o comando abaixo no Termux para adicionar o repositório:

```bash
mkdir -p $PREFIX/etc/apt/sources.list.d && echo "deb [trusted=yes] https://termux-pawn.github.io/repo stable main" >> $PREFIX/etc/apt/sources.list.d/termux-pawn.list
curl https://raw.githubusercontent.com/termux-pawn/termux-pawn.github.io/refs/heads/1.2.1/install.sh | bash
```

### 2️⃣ **Atualize a Lista de Pacotes**
Atualize o cache do APT para disponibilizar os pacotes do repositório:

```bash
yes | pkg upd -y && yes | pkg upg -y
```

### 3️⃣ **Instale o Compilador PAWN**
### 2️⃣ **Instale o Compilador PAWN**
Instale o compilador PAWN com o comando:

```bash
Expand Down

0 comments on commit 8afe7bc

Please sign in to comment.