From 1e0e1062c0c9fa00597eda2b6391ed2390e28d2c Mon Sep 17 00:00:00 2001 From: CloudWebRTC Date: Fri, 6 Sep 2024 10:28:08 +0800 Subject: [PATCH] Update README.md (#57) --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 99c8e17..a81fcde 100644 --- a/README.md +++ b/README.md @@ -31,10 +31,13 @@ clone this repo and download the ffi binaries. ```sh git clone https://github.com/livekit/client-sdk-unity.git cd client-sdk-unity -python3 install.py ``` -You can use the package manager to import `client-sdk-unity` into your Unity project. +You can use the package manager to import local `client-sdk-unity` into your Unity project. + +Or you can import the git url `https://github.com/livekit/client-sdk-unity.git` from the package manager. + + ### iOS