diff --git a/README.md b/README.md index 2b781e4..43de336 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,36 @@ -# Call-Me +
+Instant click-to-call video communication in your browser, no signup, no setup, powered by WebRTC. +
+ ++ Try Live Demo · Privacy · Documentation · Discord · Sponsor +
 ## Getting Started -### Overview - -This project allows you to: +### Features - `End-to-End Encryption` for secure and private communications. - `Join` with a username or enter a name to `Call now`. @@ -44,7 +66,7 @@ git clone https://github.com/miroslavpejic85/call-me.git cd call-me # Copy the config file -$ cp public/config.template.js public/config.js +cp public/config.template.js public/config.js # Copy .env.template to .env cp .env.template .env @@ -71,6 +93,9 @@ git clone https://github.com/miroslavpejic85/call-me.git # Go to to dir call-me cd call-me +# Copy the config file +cp public/config.template.js public/config.js + # Copy .env.template to .env cp .env.template .env @@ -88,7 +113,7 @@ docker-compose up 1. `Open` your browser and visit [http://localhost:8000](http://localhost:8000). -2. `Join` with your username or `Call` directly the recipient. +2. `Join` with your username or `Call` the recipient directly. 3. `Select` the connected recipient's username and click `Call`. @@ -148,7 +173,7 @@ wget -qO cme-uninstall.sh https://docs.mirotalk.com/scripts/cme/cme-uninstall.sh ```bash # Update wget -qO cme-update.sh https://docs.mirotalk.com/scripts/cme/cme-update.sh \ - && chmod +x bro-update.sh \ + && chmod +x cme-update.sh \ && ./cme-update.sh ```