diff --git a/README.md b/README.md index 77163ce..988813a 100644 --- a/README.md +++ b/README.md @@ -2,25 +2,8 @@ An AI-powered package manager for Debian/Ubuntu that understands natural language. -``` -$ cortex install nginx --dry-run - -🧠 Understanding request: nginx -📦 Mode: DRY RUN - -╭───────────────────────────── Installation Plan ──────────────────────────────╮ -│ Packages to install: │ -│ - nginx (1.24.0) │ -│ - nginx-common │ -│ - libnginx-mod-http-geoip │ -│ │ -│ Commands that will be executed: │ -│ sudo apt update │ -│ sudo apt install -y nginx │ -╰──────────────────────────────────────────────────────────────────────────────╯ - -Run with --execute to install, or edit the plan above. -``` +![Cortex terminal demo](images/cortex_demo.gif) + ## Requirements diff --git a/images/cortex_demo.gif b/images/cortex_demo.gif new file mode 100644 index 0000000..9852cb7 Binary files /dev/null and b/images/cortex_demo.gif differ