From e48ed5345b1f8e903873afd904f36486aa2cd210 Mon Sep 17 00:00:00 2001 From: Server <165246562+ashish262626@users.noreply.github.com> Date: Sun, 22 Dec 2024 21:02:48 +0530 Subject: [PATCH] Update README.md --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index d25c236..07620c5 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ ### Command ``` -$ pkg update && pkg upgrade -$ pkg install python -$ pkg install git -$ git clone https://github.com/XNSCODE/cookie -$ pip install requests -$ cd cookie -$ python convert.py +pkg update && pkg upgrade +pkg install python +pkg install git +git clone https://github.com/XNSCODE/cookie.git +pip install requests +cd cookie +python convert.py ```