Skip to content

Commit c1904be

Browse files
Update README.md
1 parent 7be7730 commit c1904be

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@ CWebSudio is made to be as dumb as possible and adopt the idea of single file li
1111
For installation, simply copy the **CWebStudio.h** into your project and compile with gcc/g++ or clang.
1212

1313
[Download Link](https://github.com/OUIsolutions/CWebStudio/releases/download/v2.003/CWebStudio.h)
14-
14+
**tip** if you are on linux , you can call:
15+
```bash
16+
curl -L https://github.com/OUIsolutions/CWebStudio/releases/download/v2.003/CWebStudio.h -o CWebStudio.h
17+
```
1518
~~~c
1619
#include "CWebStudio.h"
1720
CwebNamespace cweb;
@@ -1478,4 +1481,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
14781481
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
14791482
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
14801483
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1481-
SOFTWARE.
1484+
SOFTWARE.

0 commit comments

Comments
 (0)