mirror of
https://github.com/alkimake/paperclip.git
synced 2026-06-15 02:20:38 +09:00
fix: SVG preview in export page and update getting-started command
- Add inline SVG rendering for .svg files in ExportPreviewPane - Update Getting Started to use simpler `company import` syntax Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
parent
ceb18c77db
commit
5d1e39b651
2 changed files with 7 additions and 1 deletions
|
|
@ -279,7 +279,7 @@ export function generateReadme(
|
|||
lines.push("## Getting Started");
|
||||
lines.push("");
|
||||
lines.push("```bash");
|
||||
lines.push("pnpm paperclipai company import --from ./ --target new --include company,agents");
|
||||
lines.push("pnpm paperclipai company import this-github-url-or-folder");
|
||||
lines.push("```");
|
||||
lines.push("");
|
||||
lines.push("See [Paperclip](https://paperclip.ing) for more information.");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue