diff options
| author | Tomo Ueda <[email protected]> | 2021-09-02 12:54:43 -0700 |
|---|---|---|
| committer | Tomo Ueda <[email protected]> | 2021-09-02 12:54:43 -0700 |
| commit | f5c716526aaafb318a98e974c8b2fbe02870646b (patch) | |
| tree | e14145656fcff86ec2c7a1ecf4ad28e0b40f36aa /doc/build-nixos.md | |
| parent | s/DOGE/DIS/g (diff) | |
| download | discoin-f5c716526aaafb318a98e974c8b2fbe02870646b.tar.xz discoin-f5c716526aaafb318a98e974c8b2fbe02870646b.zip | |
really s/doge/dis/g this time
Diffstat (limited to 'doc/build-nixos.md')
| -rw-r--r-- | doc/build-nixos.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/build-nixos.md b/doc/build-nixos.md index b87e30225..c19068dfc 100644 --- a/doc/build-nixos.md +++ b/doc/build-nixos.md @@ -5,8 +5,8 @@ of the latest changes on NixOS. Clone and enter the repo: - $ git clone https://github.com/dogecoin/dogecoin - $ cd dogecoin + $ git clone https://github.com/discoin/discoin + $ cd discoin Enter the `nix-shell` environment with all the Dogecoin dependencies present: @@ -20,4 +20,4 @@ Run the build steps with flags necessary for NixOS: Start the GUI! - $ ./src/qt/dogecoin-qt + $ ./src/qt/discoin-qt |