-
Notifications
You must be signed in to change notification settings - Fork 70
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Marek Kaput <[email protected]>
- Loading branch information
Showing
2 changed files
with
5 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,8 +23,7 @@ scarb build | |
|
||
Built Sierra code of this package will be written to `target/dev` directory. | ||
|
||
> [!TIP] | ||
> `scarb clean` cleans `target` directory. | ||
> [!TIP] > `scarb clean` cleans `target` directory. | ||
### Building CASM | ||
|
||
|
@@ -99,14 +98,11 @@ scarb add alexandria_math --path ../path-to-alexandria-checkout/alexandria | |
> [!TIP] | ||
> You can specify package version like this: `[email protected]`, but see remarks in previous section. | ||
> [!TIP] | ||
> `--git` supports `--branch`, `--tag` and `--rev` arguments. | ||
> [!TIP] > `--git` supports `--branch`, `--tag` and `--rev` arguments. | ||
> [!TIP] | ||
> `scarb rm` removes a dependency. | ||
> [!TIP] > `scarb rm` removes a dependency. | ||
> [!TIP] | ||
> `--dev` flag adds/removes a development dependency. | ||
> [!TIP] > `--dev` flag adds/removes a development dependency. | ||
## Formatting | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters