diff --git a/.gitignore b/.gitignore index a82f036..739e9b4 100644 --- a/.gitignore +++ b/.gitignore @@ -157,7 +157,7 @@ cython_debug/ # be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore # and can be added to the global gitignore or merged into this file. For a more nuclear # option (not recommended) you can uncomment the following to ignore the entire idea folder. -.idea/ +#.idea/ elia.sqlite **/*.pyc diff --git a/README.md b/README.md index b762e63..15a546b 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Install Elia with [pipx](https://github.com/pypa/pipx), set your OpenAI API key and start the app: ```bash -pipx install git+https://github.com/juftin/elia +pipx install git+https://github.com/darrenburns/elia export OPENAI_API_KEY="xxxxxxxxxxxxxx" elia ```