Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
anovazzi1 committed Jul 25, 2023
1 parent 4906c4c commit 886a73d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,16 @@ Langflow is a no-code open-source project that empowers developers to build cutt

## Installation

### Option 1: CDN Link

Use the Langflow Widget directly from the CDN by including the following script tag in your HTML:

```html
<script src="https://cdn.example.com/langflow-widget.js"></script>
```

### Option 2: Local Build

1. Clone this repository to your local machine:

```bash
Expand Down

0 comments on commit 886a73d

Please sign in to comment.