You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After installation it is accessible by `./vendor/bin/hsa` and `./vendor/bin/hsawin` for Windows
25
+
After installation it is accessible by:
26
+
- Linux: `./vendor/bin/hsa`
27
+
- Windows: `./vendor/bin/hsawin`
28
+
- MacOS: `./vendor/bin/hsamac`
29
+
- MacOS arm64 (m1): `./vendor/bin/hsamacm1`
25
30
26
31
### Linux/Unix
27
32
**Step 1: Download**
@@ -40,6 +45,10 @@ Find your bin folder (`/usr/bin`, `/usr/sbin` or `~/bin`), or make it with `cd ~
40
45
Download binary [file](https://github.com/MaestroError/html-strings-affixer/releases/latest/download/hsa.exe) or [Zip](https://github.com/MaestroError/html-strings-affixer/releases/latest/download/hsawin.zip). Get "hsa.exe" file in needed directory and run with ".\hsa.exe"
41
46
42
47
48
+
### MacOS
49
+
Download an [archive](https://github.com/MaestroError/html-strings-affixer/releases/latest/download/hsamac.zip), Unzip it, get "hsamac" or "hsamacm1" file in needed directory, give to it executable permissions and run with `./hsamac`/`./hsamacm1`
50
+
51
+
43
52
### From source
44
53
If you have [golang](https://go.dev/doc/install) installed, you can clone this repo and run `go install` or `go build` for binary file
45
54
@@ -139,7 +148,14 @@ Sometimes you will need to perform some commands only on single file, to reduce
There are several executables for different platforms, choose your one and use. They are working exactly same way, you are changing just executable file name in commands:
0 commit comments