From 4d30f3bc53108addb82087307951cdaa4fa95e72 Mon Sep 17 00:00:00 2001 From: Arpit Vasani Date: Sun, 4 Feb 2024 17:04:43 +0000 Subject: [PATCH] updates. --- DEPLOY.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/DEPLOY.md b/DEPLOY.md index 95b5464..2b37b04 100644 --- a/DEPLOY.md +++ b/DEPLOY.md @@ -21,13 +21,15 @@ 7. Finally, click on 'Create Droplet'. Your droplet had been created. Copy the ipv4 address of the droplet. -8. Now open the terminal on your device and give the following command. +8. Now open the terminal on your device and give the following command. ```bash -root@[your_ipv4_address] +ssh root@[your_ipv4_address] ``` Replace [your_ipv4_address] with the ipv4 address you copied. You will be asked the password you just made. You will not be able to see what you are typing, but don't worry! You will be authenticated if you enter the correct password. +_If this command doesn't work in your machine then you can go to digitalOcean and click on console. you can do rest of the commands there as well._ + 9. Clone our WBOT repository and move to that directory. ```bash