Skip to content

Commit

Permalink
Merge pull request #18 from salmanferrum/develop
Browse files Browse the repository at this point in the history
Adding cargo doc command in Readme
  • Loading branch information
zikriya authored Oct 27, 2023
2 parents f06ef2c + 3948f3b commit fa82993
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ This contract has the following functionality:

1. [Getting Started](#getting-started)
2. [Prerequisites](#prerequisites)
3. [Cargo Commands](#cargo-commands)
3. [Makefile Commands](#makefile-commands)

4. [Usage](#usage)

Expand Down Expand Up @@ -73,7 +73,12 @@ To install clang on your linux distro:
sudo apt install clang
```

## Cargo Commands
## Makefile Commands
For generating the cargo documentation:
```bash
Cargo doc
```
Make commands:
```bash
prepare:
rustup target add wasm32-unknown-unknown
Expand Down

0 comments on commit fa82993

Please sign in to comment.