Skip to content

Commit

Permalink
Update build.md
Browse files Browse the repository at this point in the history
  • Loading branch information
1aerostorm authored May 11, 2024
1 parent 0ec8b3e commit acc0c71
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions golos-lib-js/docs/files/build.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ npm install /root/libs/golos-lib-js
```sh
npm login
```
Придется веести имя аккаунта, пароль, e-mail, и (если вы не настроили иное) одноразовый пароль, который придет на e-mail.
Потребуется ввести имя аккаунта, пароль, e-mail, и (если вы не настроили иное) одноразовый пароль, который придет на e-mail.
3. Переименуйте свой форк библиотеки, например: `alice-golos-lib-js`
Проверьте, что такой библиотеки еще нет: https://www.npmjs.com/package/alice-golos-lib-js - здесь должно быть 404 not found
4. Снова соберите библиотеку (`yarn build`)
Expand All @@ -67,5 +67,3 @@ yarn remove golos-lib-js
yarn add alice-golos-lib-js
```
при этом во всех файлах кода надо поменять "golos-lib-js" на "alice-golos-lib-js".


0 comments on commit acc0c71

Please sign in to comment.