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

Chore remove dev address in documentation #1544

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions doc/src/build/move.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,6 @@ file:
```
[addresses]
Sui = "0x2"
[dev-addresses]
Sui = "0x2"
```

### Move structs
Expand Down
2 changes: 1 addition & 1 deletion doc/src/contribute/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ at [Install Sui](../build/install.md#source-code).

Start by creating your own fork of the repo:
```bash
gh fork https://github.com/mystenlabs/sui.git # or alternatively, clone your fork
gh repo fork https://github.com/mystenlabs/sui.git # or alternatively, clone your fork
cargo install --path sui/sui # put Sui CLI's in your PATH
cd sui
cargo build --all --all-targets # check that build works
Expand Down