Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2026 ERP·AI
Copyright (c) 2026 ERPAI

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# ERP·AI CLI
# ERPAI 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
Expand All @@ -29,9 +29,9 @@ npm run dev
- macOS (Apple Silicon or Intel)
- Linux (x64)
- Windows (x64)
- ERP·AI account
- ERPAI account

## Links

- [ERP·AI Platform](https://erp.ai)
- [ERPAI Platform](https://erp.ai)
- [Documentation](https://erp.ai/docs)
2 changes: 1 addition & 1 deletion public/install.sh
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
Loading