mirror of
https://github.com/logto-io/logto.git
synced 2024-12-23 20:33:16 -05:00
e7179c724a
* chore: add one-liner install command * refactor: versions
9 lines
183 B
Markdown
9 lines
183 B
Markdown
# Logto
|
|
|
|
The monorepo for Logto core service.
|
|
|
|
## Get Started
|
|
|
|
```bash
|
|
node -e "$(printf "%s" "$(curl -fsSL https://raw.githubusercontent.com/logto-io/logto/master/install.js)")"
|
|
```
|