Skip to content

Commit

Permalink
Merge pull request #18 from cocktail-collective/fix_api_to_work_with_…
Browse files Browse the repository at this point in the history
…civitai_updates

Fix api to work with civitai updates
  • Loading branch information
rfletchr authored Sep 20, 2024
2 parents e7c2a10 + c0c0bab commit b292405
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,15 @@ Download the latest [release](https://github.com/cocktail-collective/cocktail/re

or install in a virual environment.

Note: Git LFS is required to checkout this repository
`Note: Git LFS is required to checkout this repository, without LFS Images will be missing.`

``` bash
git clone https://github.com/cocktail-collective/cocktail.git
cd cocktail
python3 -m venv venv
source venv/bin/activate
pip install .
python ci/build.py
cocktail
```

Expand Down

0 comments on commit b292405

Please sign in to comment.