1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 07:43:35 +00:00

update script comments

This commit is contained in:
Kyle Spearrin
2018-07-26 22:05:09 -04:00
parent 76a05bd378
commit 2ecbd4564c
2 changed files with 6 additions and 3 deletions

View File

@@ -1,5 +1,8 @@
# To run:
# ./snap-update.ps1
# Dependencies:
# 1. Install powershell, ex `sudo apt-get install -y powershell`
#
# To run:
# pwsh ./snap-update.ps1
$dir = Split-Path -Parent $MyInvocation.MyCommand.Path;
$rootDir = $dir + "/..";