Skip to content

Commit

Permalink
Merge pull request #196 from Elijah-Bodden/Elijah-Bodden-patch-381312
Browse files Browse the repository at this point in the history
Update README.md
Elijah-Bodden authored Oct 13, 2024
2 parents c0836bb + 2a03dcc commit b0f3b79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -40,7 +40,7 @@ Of course, this approach isn't perfect. The benefits of decentralization are ult
###
Paste the following commands into a terminal to build a complete directory structure and initialize the demo on 127.0.0.1:8000 anywhere with the prerequisities installed.
```shell
wget Membrane-current.tar.gz https://github.com/Elijah-Bodden/Membrane/tarball/v2.1.0
wget Membrane-current.tar.gz https://github.com/Elijah-Bodden/Membrane/tarball/v2.1.1
tar xfv Membrane-current.tar.gz --transform 's!^[^/]\+\($\|/\)!Membrane-current\1!'
cd Membrane-current/src/source/frontend
npm install
@@ -62,7 +62,7 @@ Using the library for your own use-case is relatively simple. Here's a typical i
---- | ----
| npm + Webpack | Run `npm install @elijah-bodden/membrane \| cd node-modules/elijah-bodden/membrane` in the root of your webpack project |
| HTML script tag | Go to the directory you serve static files from and find where you want to save the script. Run `wget https://raw.githubusercontent.com/Elijah-Bodden/Membrane/main/lib/index.js -o membrane.js`, and finally paste `<script src="/path/to/membrane.js"/>` into your HTML head. |
| Jsdelivr CDN (recommended) | Simply paste this tag into your HTML head: `<script src="https://cdn.jsdelivr.net/npm/@elijah-bodden/membrane@2.1.3/index.js"></scrípt>` |
| Jsdelivr CDN (recommended) | Simply paste this tag into your HTML head: `<script src="https://cdn.jsdelivr.net/npm/@elijah-bodden/membrane@2.1.4/index.js"></scrípt>` |

<p align=center><i>then</i></p>

0 comments on commit b0f3b79

Please sign in to comment.