diff --git a/README.md b/README.md index c25133b..7fea565 100644 --- a/README.md +++ b/README.md @@ -7,9 +7,9 @@ Sendstr is an e2e encrypted shared clipboard web app powered by Nostr. The main motivation to build Sendstr was to provide a quick and easy way to transfer text and files (coming soon) between devices. Sendstr defaults to a self-hosted Nostr relay but can easily be configured to point elsewhere. ## Build -`cd sendstr-web` -`npm i` -`npm run export` +```cd sendstr-web``` +```npm i``` +```npm run export``` Then copy the contents of `./out` to your favorite static content host.