Skip to content

Commit

Permalink
Update build.md
Browse files Browse the repository at this point in the history
  • Loading branch information
1aerostorm committed May 11, 2024
1 parent f54de8f commit b9ad75a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion golos-lib-js/docs/files/build.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
2. Установите yarn:
```js
npm install -g yarn
```js
```
Если вы не можете выполнить эту команду, но Node.js установлен, то нужно в переменную PATH добавить путь к `node` и `npm`.

3. Скачайте golos-lib-js нужной версии (`master` - последняя стабильная версия):
Expand All @@ -18,6 +18,8 @@ git clone https://github.com/golos-blockchain/libs -b master

4. Соберите golos-lib-js:
```js
cd libs
cd golos-lib-js
yarn install
yarn run build
```
Expand Down

0 comments on commit b9ad75a

Please sign in to comment.