oasisprotocol / oasisprotocol/cipher-paratime
error: no such subcommand: `elf2sgxs`
Open
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 8
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
Problem: The following command, as given in the README.md, fails
cargo elf2sgxs --release
Solution: Install elf2sgxs:
cargo install oasis-core-tools \
--git https://github.com/oasisprotocol/oasis-core \
--force \
--locked
This could be added in the README.md or the oasis-core docs.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the README.md section containing cargo elf2sgxs --release and compare it with the oasis-core documentation. Document the elf2sgxs installation command before the build command, then verify that a fresh reader can install the tool and understand the required setup.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 55/100