Skip to content

Commit

Permalink
README: update with new org
Browse files Browse the repository at this point in the history
  • Loading branch information
whphhg committed Jun 9, 2017
1 parent 8a68d90 commit 4bed156
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 19 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Vcash Electron GUI
:honeybee: Multi-platform and multi-node GUI for [Vcash](https://vcash.info/),
a decentralized currency for the internet. Latest releases can be found
[here](https://github.com/whphhg/vcash-electron/releases).
[here](https://github.com/openvcash/vcash-electron/releases).

![Screenshots](http://i.imgur.com/i3Dxol0.gif)

Expand All @@ -14,7 +14,7 @@ The following dependencies are required to be installed:
Clone this repository using `git clone`, move to the cloned directory
using `cd vcash-electron/` and install Node.js dependencies using `npm install`.

$ git clone https://github.com/whphhg/vcash-electron.git
$ git clone https://github.com/openvcash/vcash-electron.git
$ cd vcash-electron/
$ npm install

Expand Down Expand Up @@ -48,7 +48,7 @@ and the second part by using the `ISO 3166 Alpha-2 code`
the two parts with a dash `-`.

The final step is to open `src/stores/gui.js` and add your translation to the
[languages](https://github.com/whphhg/vcash-electron/blob/master/src/stores/gui.js#L20-L24)
[languages](https://github.com/openvcash/vcash-electron/blob/master/src/stores/gui.js#L25-L32)
array. Please add it in alphabetical order (by name) and use 6 spaces to indent
the line.

Expand Down Expand Up @@ -83,7 +83,7 @@ Run the docker container.
To package in a distributable format run one of the scripts from the table
below, which will create the packages and save them into the `dist/` directory.
Packages will be created according to the `build` and `scripts` options in
[package.json](https://github.com/whphhg/vcash-electron/blob/master/package.json#L11-L33).
[package.json](https://github.com/openvcash/vcash-electron/blob/master/package.json#L11-L34).

$ npm install && npm prune && npm run <script>

Expand All @@ -103,7 +103,7 @@ To package in a distributable format run one of the scripts from the table
below, which will create the packages for your current platform and save
them into the `dist/` directory. Packages will be created according to the
`build` and `scripts` options in
[package.json](https://github.com/whphhg/vcash-electron/blob/master/package.json#L11-L33).
[package.json](https://github.com/openvcash/vcash-electron/blob/master/package.json#L11-L34).

$ npm run <script>

Expand Down
46 changes: 36 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/whphhg/vcash-electron.git"
"url": "git+https://github.com/openvcash/vcash-electron.git"
},
"keywords": [
"vcash",
Expand All @@ -44,9 +44,9 @@
"author": "whphhg <whphhg@protonmail.ch>",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/whphhg/vcash-electron/issues"
"url": "https://github.com/openvcash/vcash-electron/issues"
},
"homepage": "https://github.com/whphhg/vcash-electron#readme",
"homepage": "https://github.com/openvcash/vcash-electron#readme",
"standard": {
"parser": "babel-eslint"
},
Expand All @@ -67,7 +67,7 @@
"ssh2": "0.5.5"
},
"devDependencies": {
"babel-core": "6.24.1",
"babel-core": "6.25.0",
"babel-eslint": "7.2.3",
"babel-plugin-import": "1.2.1",
"babel-plugin-transform-decorators-legacy": "1.3.4",
Expand Down

0 comments on commit 4bed156

Please sign in to comment.