-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #137 from tonlabs/1.4.0-rc
Version 1.4.0
- Loading branch information
Showing
24 changed files
with
1,184 additions
and
11,665 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
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
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 |
---|---|---|
@@ -0,0 +1,37 @@ | ||
# Solidity compiler diver | ||
|
||
## Version | ||
|
||
This command shows the currently installed sold version. | ||
|
||
```shell | ||
everdev sold version | ||
``` | ||
|
||
## Install | ||
|
||
This command installs the latest sold. | ||
|
||
```shell | ||
everdev sold install | ||
``` | ||
The installer requires NPM to be installed, so it can install packages globally without using sudo. | ||
In case of error, manually set environment variable `PATH=$PATH:$HOME/.everdev/solidity` | ||
|
||
## Update | ||
|
||
This command updates the sold executable to the latest version. | ||
|
||
```shell | ||
everdev sold update | ||
``` | ||
|
||
**Attention!** Use --force option to force update of components that do not update their version. | ||
|
||
## Set | ||
|
||
This command specifies sold version to use and downloads it if needed. | ||
|
||
```shell | ||
everdev sold set --version 0.8.0 | ||
``` |
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
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.