Skip to content

Commit

Permalink
add code highlit
Browse files Browse the repository at this point in the history
  • Loading branch information
artem-artemkin committed Jan 23, 2024
1 parent 36309e4 commit 9f979c0
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,17 @@ V8 может работать автономно, в c++ приложении
Список доступных пакетов можно найти на странице https://github.com/topvisor/v8js/releases в разделе "Assets"

Пример установки:

```
wget https://github.com/topvisor/v8js/releases/download/v1.0.3/v8js.12.3.amd64.deb
sudo dpkg -i v8js.12.3.amd64.deb
```

Пример использования:
```
d8 <<< "console.log('hello world');"
```

Удаление
dpkg -r v8js
Удаление:
```
sudo dpkg -r v8js
```

0 comments on commit 9f979c0

Please sign in to comment.