Skip to content

Commit

Permalink
Update README.md (#1175)
Browse files Browse the repository at this point in the history
* Update README.md

* Update README.md

Co-authored-by: German <german.nikolishin@gmail.com>

---------

Co-authored-by: German <german.nikolishin@gmail.com>
  • Loading branch information
iRaySpace and SkymanOne authored Jul 3, 2023
1 parent 562ce38 commit 406a298
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,13 @@ docker run --rm -it -v $(pwd):/sources paritytech/contracts-ci-linux:production
cargo contract build --manifest-path=/sources/my_contract/Cargo.toml
```

**Windows:** If you use PowerShell, change `$(pwd)` to `${pwd}`.
```bash
# Create a new contract in your current directory (in Windows PowerShell).
docker run --rm -it -v ${pwd}:/sources paritytech/contracts-ci-linux:production \
cargo contract new --target-dir /sources my_contract
```

If you want to reproduce other steps of CI process you can use the following
[guide](https://github.com/paritytech/scripts#reproduce-ci-locally).

Expand Down

0 comments on commit 406a298

Please sign in to comment.