Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Readme.md #14

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,21 @@
[![download](/images/icon-google-play.png)]
(https://play.google.com/store/apps/details?id=io.digibyte)

###DigiByte done right
### DigiByte done right


#####a completely standalone DigiByte wallet
##### A completely standalone DigiByte wallet

The DigiWallet is a rapidly developing mobile wallet for the Android platform. With extensive work done to enhance sync timing, and innovative features such Digi-ID, the DigiWallet is the premier mobile product of the DigiByte platform.

#####beautiful simplicity:
##### Beautiful simplicity:

DigiWallet is an extremely simple presenation of how to store, receive, and send DigiByte. As we progress the Beta, currently released on the Google Play Store, new innovative user interface components will breath life into the product, and truly make it stand out amongst the croud.
DigiWallet is an extremely simple presentation of how to store, receive, and send DigiByte. As we progress the Beta currently released on the Google Play Store, new innovative user interface components will breathe life into the product, and truly make it stand out from the crowd.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This needs to be re-worded, but I didn't understand the intent of the original sentence, so I don't have a suggestion on how to fix it


##How to set up the development environment:
1. Download and install Java 7 or up
2. Download and Install the latest Android studio
3. Download and install the latest NDK https://developer.android.com/ndk/downloads/index.html or download it in android studio by "choosing the NDK" and press "download"
## How to set up the development environment:
1. Download and install Java 7 or higher
2. Download and install the latest Android Studio
3. Download and install the latest NDK https://developer.android.com/ndk/downloads/index.html or download it in Android Studio by "choosing the NDK" and press "download"
4. Go to https://github.com/breadwallet/breadwallet-android and clone or download the project
5. Open the project with Android Studio and let the project sync
6. Go to SDK Manager and download all the SDK Platforms and SDK Tools
Expand Down