Skip to content

Commit

Permalink
Merge branch 'main' of github.com:rsdoiel/scripttool into gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
R. S. Doiel committed Jul 9, 2024
2 parents 7a37ca8 + 59d1d72 commit f7e5f86
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion INSTALL.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ <h2 id="quick-install-via-curl-or-irm">Quick install via curl or
systems. Enter the following in your shell.</p>
<pre><code>curl https://rsdoiel.github.io/scripttool/installer.sh | sh</code></pre>
<p>On Windows use the following Powershell command.</p>
<pre><code>irm https://rsdoiel.github.io/scriptool/installer.ps1 | iex</code></pre>
<pre><code>irm https://rsdoiel.github.io/scripttool/installer.ps1 | iex</code></pre>
<h2 id="compiled-version">Compiled version</h2>
<p>This is generalized instructions for a release.</p>
<p>Compiled versions are available for Mac OS (Intel and M1/M2
Expand Down
2 changes: 1 addition & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ curl https://rsdoiel.github.io/scripttool/installer.sh | sh
On Windows use the following Powershell command.

~~~
irm https://rsdoiel.github.io/scriptool/installer.ps1 | iex
irm https://rsdoiel.github.io/scripttool/installer.ps1 | iex
~~~

Compiled version
Expand Down
Binary file added pagefind/fragment/en-us_55e866e.pf_fragment
Binary file not shown.
Binary file added pagefind/index/en-us_e463079.pf_index
Binary file not shown.
2 changes: 1 addition & 1 deletion pagefind/pagefind-entry.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"version":"1.1.0","languages":{"en-us":{"hash":"en-us_3836a6e7e8520","wasm":"en-us","page_count":9}}}
{"version":"1.1.0","languages":{"en-us":{"hash":"en-us_f4b67663f92e1","wasm":"en-us","page_count":9}}}
Binary file added pagefind/pagefind.en-us_f4b67663f92e1.pf_meta
Binary file not shown.
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const (
ReleaseDate = "2024-07-09"

// ReleaseHash, the Git hash when version.go was generated
ReleaseHash = "70c880b"
ReleaseHash = "d2f77f8"

LicenseText = `
Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
Expand Down

0 comments on commit f7e5f86

Please sign in to comment.