Skip to content

Commit 82114c3

Browse files
committed
Proper git clone 2
1 parent 1f782aa commit 82114c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ conda create --name camel python=3.10
3030
# activate camel conda environment
3131
conda activate camel
3232
# clone github repo
33-
it clone -b v0.1.0 https://github.com/lightaime/camel.git
33+
git clone -b v0.1.0 https://github.com/lightaime/camel.git
3434
# change directory into project directory
3535
cd camel
3636
# install camel from source

0 commit comments

Comments
 (0)