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 ```