|
@@ -54,14 +54,6 @@ $ mkdir -p ~/.config/darkfi
|
|
|
$ cp -f /usr/local/share/doc/darkfi/*.toml ~/.config/darkfi
|
|
$ cp -f /usr/local/share/doc/darkfi/*.toml ~/.config/darkfi
|
|
|
```
|
|
```
|
|
|
|
|
|
|
|
-## Formatting
|
|
|
|
|
-
|
|
|
|
|
-```
|
|
|
|
|
-cargo +nightly fmt
|
|
|
|
|
-cargo clippy
|
|
|
|
|
-```
|
|
|
|
|
-Try `cargo +nightly clippy --fix --all-features -Z unstable-options` to let clippy autofix some lints.
|
|
|
|
|
-
|
|
|
|
|
## Usage
|
|
## Usage
|
|
|
|
|
|
|
|
After the installation, you should have `drk` and `darkfid`
|
|
After the installation, you should have `drk` and `darkfid`
|
|
@@ -108,6 +100,14 @@ SUBCOMMANDS:
|
|
|
|
|
|
|
|
See [doc/tutorial.md](doc/tutorial.md).
|
|
See [doc/tutorial.md](doc/tutorial.md).
|
|
|
|
|
|
|
|
|
|
+## Code Formatting
|
|
|
|
|
+
|
|
|
|
|
+```
|
|
|
|
|
+cargo +nightly fmt
|
|
|
|
|
+cargo clippy
|
|
|
|
|
+```
|
|
|
|
|
+Try `cargo +nightly clippy --fix --all-features -Z unstable-options` to let clippy autofix some lints.
|
|
|
|
|
+
|
|
|
## Go Dark
|
|
## Go Dark
|
|
|
|
|
|
|
|
Let's liberate people from the claws of big tech and create the
|
|
Let's liberate people from the claws of big tech and create the
|