File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
# cargo init
2
2
3
3
> Create a new Cargo package.
4
- > Equivalent of ` cargo new ` , but specifiying a directory is optional.
4
+ > Equivalent of ` cargo new ` , but specifying a directory is optional.
5
5
> More information: < https://doc.rust-lang.org/cargo/commands/cargo-init.html > .
6
6
7
7
- Initialize a Rust project with a binary target in the current directory:
Original file line number Diff line number Diff line change 1
1
# cargo new
2
2
3
3
> Create a new Cargo package.
4
- > Equivalent of ` cargo init ` , but specifiying a directory is required.
4
+ > Equivalent of ` cargo init ` , but specifying a directory is required.
5
5
> More information: < https://doc.rust-lang.org/cargo/commands/cargo-new.html > .
6
6
7
7
- Create a new Rust project with a binary target:
Original file line number Diff line number Diff line change 1
1
# pkgctl db update
2
2
3
- > Update the ` pacman ` database as final release step for packages that have been transfered and staged on < https://repos.archlinux.org > .
3
+ > Update the ` pacman ` database as final release step for packages that have been transferred and staged on < https://repos.archlinux.org > .
4
4
> More information: < https://man.archlinux.org/man/pkgctl-db-update.1 > .
5
5
6
6
- Update the binary repository as final release step:
You can’t perform that action at this time.
0 commit comments