File tree Expand file tree Collapse file tree 2 files changed +5
-7
lines changed
Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 4949
5050 - name : Build Windows installer with Wix
5151 env :
52- version : 0.1.9 # TODO Need to create this from setuptools_scm for Windows
52+ version : 0.1.10 # TODO Need to create this from setuptools_scm for Windows
5353 working-directory : ${{ github.workspace }}\electron-wix
5454 run : |
5555 .\rebuild-all.ps1
Original file line number Diff line number Diff line change @@ -31,17 +31,15 @@ To use the Chia Wallet UI you will need to run:
3131
3232And then click on the "Chia Wallet" icon on the Desktop or in the Start Menu.
3333
34- To stop a service, from the venv try for example:
35- chia stop farmer
36- Or
37- chia stop all
34+ To stop a service started with Start-Job, run 'Get-Job' and then 'Stop Job ID'
35+ where ID is the listed job number.
3836
3937After install, you can enter the venv in the "Chia Blockchain" directory with:
4038 .\venv\Scrips\Activate.ps1
4139
4240For more usage information try:
43- The chia-blockchain README.md - https://github.com/Chia-Network/chia-blockchain/blob/master/README.md
44- The chia-blockchain repo wiki - https://github.com/Chia-Network/chia-blockchain/wiki
41+ Quick Start Guide - https://github.com/Chia-Network/chia-blockchain/wiki/Quick-Start-Guide
42+ Repository wiki - https://github.com/Chia-Network/chia-blockchain/wiki
4543
4644For assistance join us on Keybase in the #testnet chat channel
4745 https://keybase.io/team/chia_network.public
You can’t perform that action at this time.
0 commit comments