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
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`
53
+
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` or `./hsamacm1`
50
54
51
55
52
56
### From source
@@ -150,11 +154,15 @@ Sometimes you will need to perform some commands only on single file, to reduce
150
154
```
151
155
152
156
#### Executables
153
-
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:
157
+
There are several executables for different platforms, choose your one and use it. They are working the exactly same way, you are changing just the executable file name in command.
154
158
- Linux: `./vendor/bin/hsa`
155
159
- Windows: `./vendor/bin/hsawin`
156
160
- MacOS: `./vendor/bin/hsamac`
157
-
- MacOS arm64 (m1): `./vendor/bin/hsamacm1`
161
+
- MacOS arm64 (m1): `./vendor/bin/hsamacm1`
162
+
163
+
*Note: I am planning to create single command, which will work for any platform, but for now, it is as it is :smile:*
0 commit comments