Update README.md

corrected a misspell in cd path in one of the commands
This commit is contained in:
jindrichmarek 2023-10-24 13:45:00 +02:00 committed by GitHub
parent 0bd408b172
commit 05add0fcad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -107,7 +107,7 @@ git checkout main
cd ../../lollms_core
git checkout main
pip install -e .
cd ../../utilities/safe_store
cd ../utilities/safe_store
git checkout main
pip install -e .
cd ../..