diff --git a/server/src/services/company-export-readme.ts b/server/src/services/company-export-readme.ts index 2648ad09..56e59d23 100644 --- a/server/src/services/company-export-readme.ts +++ b/server/src/services/company-export-readme.ts @@ -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."); diff --git a/ui/src/pages/CompanyExport.tsx b/ui/src/pages/CompanyExport.tsx index a9d3b2cf..7a33d15d 100644 --- a/ui/src/pages/CompanyExport.tsx +++ b/ui/src/pages/CompanyExport.tsx @@ -341,6 +341,7 @@ function ExportPreviewPane({ } const isMarkdown = selectedFile.endsWith(".md"); + const isSvg = selectedFile.endsWith(".svg"); const parsed = isMarkdown ? parseFrontmatter(content) : null; return ( @@ -356,6 +357,11 @@ function ExportPreviewPane({ ) : isMarkdown ? ( {content} + ) : isSvg ? ( +
) : (
             {content}