Skip to content

Broken Directory Path in Generate Your Proofs Section #47

@michojekunle

Description

@michojekunle

The "2. Generate Your Proofs" section contains an inaccurate command to navigate to the directory for running the age-checking program. The current instruction uses cd example/dob-script, which is incorrect. The correct directory path should be cd examples/dob/dob-script to properly access the script location.

Steps to Reproduce:

  1. Follow the instructions in the "2. Generate Your Proofs" section.
  2. Attempt to run cd example/dob-script.
  3. Observe that the directory does not exist.

Expected Behavior:
The command cd examples/dob/dob-script should lead to the correct directory for executing the cargo run --release --mode groth16 --prove and cargo run --release --mode plonk --prove commands.

Suggested Fix:
Update the documentation to reflect the correct directory path: cd examples/dob/dob-script.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions