Skip to content

Commit 359f047

Browse files
[SKIP CI] Add OsX Screenshots, Thanks to Loggerhead
1 parent bea80ed commit 359f047

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

README.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
- **StandAlone Async single-file cross-platform no-dependencies Unicode-ready Python3-ready Minifier for the Web.**
88

99

10-
```bash
10+
```shell
1111
css-html-js-minify.py --help
1212

1313
usage: css-html-js-minify.py [-h] [--version] [--wrap] [--prefix PREFIX]
@@ -69,6 +69,12 @@ Watch works for whole Folders, with minimum of ~60 Secs between runs.
6969
7070
![screenshot](https://raw.githubusercontent.com/juancarlospaco/css-html-js-minify/master/linux-css-html-js-compressor.jpg "Linux 32bit/64bit Python2/Python3")
7171
72+
**Apple Mac Os X:**
73+
74+
![screenshot](https://raw.githubusercontent.com/juancarlospaco/css-html-js-minify/master/osx-css-html-js-compressor_terminal.jpg "Apple Mac Os X Terminal by Loggerhead")
75+
76+
![screenshot](https://raw.githubusercontent.com/juancarlospaco/css-html-js-minify/master/osx-css-html-js-compressor_iterm2.jpg "Apple Mac Os X iTerm2 by Loggerhead")
77+
7278
**MS Windows:**
7379
7480
![screenshot](https://raw.githubusercontent.com/juancarlospaco/css-html-js-minify/master/windows-css-html-js-compressor.jpg "MS Windows 32bit/64bit Python2/Python3")
@@ -89,11 +95,16 @@ css-html-js-minify.py /project/static/
8995
9096
# Install permanently on the system:
9197
92-
**PIP:**
98+
**PIP:** *(Recommended!)*
9399
```
94100
sudo pip3 install css-html-js-minify
95101
```
96102
103+
**PIP desde Git:**
104+
```
105+
sudo pip3 install git+https://raw.githubusercontent.com/juancarlospaco/css-html-js-minify/master/css-html-js-minify.py
106+
```
107+
97108
**WGET:**
98109
```
99110
sudo wget -O /usr/bin/css-html-js-minify https://raw.githubusercontent.com/juancarlospaco/css-html-js-minify/master/css-html-js-minify.py
@@ -190,7 +201,7 @@ This will make a copy of all `*.html` renaming them as `*.htm` recursively from
190201
191202
# Licence:
192203
193-
- GNU GPL Latest Version *AND* GNU LGPL Latest Version *AND* any Licence YOU Request via Bug Report.
204+
- GNU GPL Latest Version *AND* GNU LGPL Latest Version *AND* any Licence [YOU Request via Bug Report](https://github.com/juancarlospaco/css-html-js-minify/issues/new).
194205
195206
196207
Donate, Charityware :

0 commit comments

Comments
 (0)