diff --git a/Makefile b/Makefile index ba9c0e5..3e8d65f 100644 --- a/Makefile +++ b/Makefile @@ -31,8 +31,8 @@ all: @if ! grep -q "export ASK_LLM_MODEL=" ~/.bashrc; then \ echo "export ASK_LLM_MODEL=llama3" >> ~/.bashrc; \ fi - @if ! grep -q "export ASK_USE_MTLS=" ~/.bashrc; then \ - echo "export ASK_USE_MTLS=false" >> ~/.bashrc; \ + @if ! grep -q "export ASK_MTLS=" ~/.bashrc; then \ + echo "export ASK_MTLS=false" >> ~/.bashrc; \ fi @if ! grep -q "export ASK_MTLS_CERT_KEY=" ~/.bashrc; then \ echo "export ASK_MTLS_CERT_KEY=false" >> ~/.bashrc; \ diff --git a/README.md b/README.md index 876f678..284f847 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ * Allows you to enter prompt input directly inline in the terminal, or reading from a text file * Saves code files created by ai agents into files. +![ai ask screenshot](https://github.com/DavidValin/ai-ask/raw/main/ai-ask-screenshot.jpg) + ### Commands: * `ask ` Ask an inline prompt and get the output text in screen and audio playback diff --git a/ai-ask-screenshot.jpg b/ai-ask-screenshot.jpg new file mode 100644 index 0000000..3b600aa Binary files /dev/null and b/ai-ask-screenshot.jpg differ