Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix install command in docs #6

Merged
merged 2 commits into from
Jul 6, 2023
Merged

Conversation

erikreppel
Copy link
Contributor

Motivation

➜  cryo git:(main) cargo install --path .
error: found a virtual manifest at `/Users/erikreppel/dev/cryo/Cargo.toml` instead of a package manifest

Install command in README fails

Solution

Install the cli directly

➜  cryo git:(main) cargo install --path ./crates/cli 
  Installing cryo_cli v0.1.0 (/Users/erikreppel/dev/cryo/crates/cli)
    Updating crates.io index
  Downloaded byte-slice-cast v1.2.2
  Downloaded phf_macros v0.11.2
  Downloaded bytemuck v1.13.1
  ...
  Installing /Users/erikreppel/.cargo/bin/cryo
   Installed package `cryo_cli v0.1.0 (/Users/erikreppel/dev/cryo/crates/cli)` (executable `cryo`)
➜  cryo git:(main) cryo
error: the following required arguments were not provided:
  <DATATYPE>...

Usage: cryo <DATATYPE>...

For more information, try '--help'.

PR Checklist

  • Added Tests
  • Added Documentation
  • Breaking changes

@sslivkoff
Copy link
Member

great thanks

@sslivkoff sslivkoff merged commit bd38e17 into paradigmxyz:main Jul 6, 2023
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants