You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,9 +20,9 @@ cargo build --release
20
20
21
21
This will produce an executable in the `./target/release` directory.
22
22
23
-
##Setup
23
+
##Setup
24
24
25
-
###Using Docker
25
+
###Using Docker
26
26
27
27
CodeChain supports the use of Docker to provide an easy and seamless installation process by providing a single package that gives the user everything he/she
28
28
needs to get CodeChain up and running. In order to get the installation package, run the following command after installing Docker:
@@ -53,9 +53,9 @@ docker run -it codechain-io/codechain:branch_or_tag_name
53
53
54
54
This should result in CodeChain running.
55
55
56
-
###Building From Source
56
+
###Building From Source
57
57
58
-
####Build Dependencies
58
+
####Build Dependencies
59
59
CodeChain requires Rust version 1.32.0 to build. Using [rustup](https://rustup.rs/"rustup URL") is recommended.
0 commit comments