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:
@@ -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.");
|
||||
|
||||
Reference in New Issue
Block a user