Skip to content

Commit 8c362d0

Browse files
authored
Update README.md
1 parent f260ea5 commit 8c362d0

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@
1313

1414
I hope you enjoy it. Please give me a star if you like my work. Thank you!
1515

16+
# Video Demo:
17+
![jenv](https://user-images.githubusercontent.com/55546882/162500534-d2d8c37a-8acf-4e6d-87e3-e7f800dbfcf4.svg)
18+
19+
1620
## Installation
1721
1) **Clone this repository**
1822
2) **Add it to the path**
@@ -83,4 +87,4 @@ https://docs.microsoft.com/en-us/powershell/scripting/install/installing-powersh
8387
Be careful you have to run it as pwsh and not as powershell
8488
Then you have to install Pester. This is only for tests: `Install-Module -Name Pester -Force -SkipPublisherCheck`
8589
You could use your already installed powershell as well. However it has an old Pester Module already installed which you can not use and I could not figure out how it can be updated: https://github.com/pester/Pester/issues/1201
86-
Navigate into the test folder and run the `test.ps1` file. It will backup your env vars and your jenv config while testing and automatically restore them later. But you should always let the tests finish else your vars and config wont be restored
90+
Navigate into the test folder and run the `test.ps1` file. It will backup your env vars and your jenv config while testing and automatically restore them later. But you should always let the tests finish else your vars and config wont be restored

0 commit comments

Comments
 (0)