mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-08 15:14:49 +03:00
doc: github-release-template: windows script improvements
(Lazar Lazarov)
This commit is contained in:
parent
827d3f79f4
commit
72f73278bd
@ -79,6 +79,7 @@ Make a place to keep hledger binaries, and add it to your PATH; this makes runni
|
||||
```
|
||||
mkdir -force $HOME\bin >$null
|
||||
[Environment]::SetEnvironmentVariable("Path", [Environment]::GetEnvironmentVariable("Path", [EnvironmentVariableTarget]::User)+";"+$HOME+"\bin", [EnvironmentVariableTarget]::User)
|
||||
$ENV:PATH += ";"+$HOME+"\bin"
|
||||
```
|
||||
Download and install the release binaries:
|
||||
```
|
||||
@ -91,7 +92,7 @@ hledger --version # should show the new version
|
||||
```
|
||||
And ensure a default journal file exists:
|
||||
```
|
||||
echo $null | out-file -append -encoding ascii $HOME/.hledger.journal
|
||||
out-file -append -encoding ascii $HOME/.hledger.journal
|
||||
```
|
||||
|
||||
Problems:
|
||||
|
Loading…
Reference in New Issue
Block a user