diff --git a/LICENSE b/LICENSE index 7060cbd..5388a34 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2026 ERP·AI +Copyright (c) 2026 ERP•AI Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 878a610..532cb78 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ -# ERP·AI CLI +# ERP•AI CLI AI-powered command-line interface for your ERP data. ## Quick Install ```sh -curl -fsSL https://raw.githubusercontent.com/ERPdotAI/erpai-cli-releases/main/install.sh | \ - sudo env REPO=ERPdotAI/erpai-cli-releases VERSION=v0.1.5 sh +curl -fsSL https://raw.githubusercontent.com/erphq/erpai-cli-releases/main/install.sh | \ + sudo env REPO=erphq/erpai-cli-releases VERSION=v0.1.5 sh ``` ## Getting Started @@ -29,9 +29,9 @@ npm run dev - macOS (Apple Silicon or Intel) - Linux (x64) - Windows (x64) -- ERP·AI account +- ERP•AI account ## Links -- [ERP·AI Platform](https://erp.ai) +- [ERP•AI Platform](https://erp.ai) - [Documentation](https://erp.ai/docs) diff --git a/public/install.sh b/public/install.sh index b866e1c..1ab11f7 100644 --- a/public/install.sh +++ b/public/install.sh @@ -1,7 +1,7 @@ #!/bin/sh set -e -REPO=${REPO:-"ERPdotAI/erpai-cli-releases"} +REPO=${REPO:-"erphq/erpai-cli-releases"} VERSION=${VERSION:-"latest"} INSTALL_DIR=${INSTALL_DIR:-"/usr/local/bin"} BIN_NAME="erpai"