Skip to content

Commit

Permalink
prepend pip install
Browse files Browse the repository at this point in the history
  • Loading branch information
codekansas committed Aug 22, 2024
1 parent 78a3036 commit d94b4e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/listing/ListingUrdf.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ const ListingUrdf = (props: Props) => {
<code>
{clickedCopyButton
? "copied!"
: `kscale urdf get ${urdf.listing_id}`}
: `pip install kscale; kscale urdf get ${urdf.listing_id}`}
</code>
</Button>
</RequireAuthentication>
Expand Down

0 comments on commit d94b4e3

Please sign in to comment.