Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
malgorithms committed Oct 30, 2015
1 parent 952e3a6 commit 9c642e6
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,20 @@
## Keybase

Welcome to the Keybase client repository! You'll find here everything from our core
crypto libraries to the last-mile UX used to power our mobile and desktop clients. What
we have here is still very much a work-in-progress, with some code more mature than others.
Welcome to the Keybase client repo. All our client apps (OSX, Windows, Linux, iOS, and Android) are being actively developed in this repository. Please, dig around.

### However, if all you want to do is run Keybase...

**[Visit our release page!](https://keybase.io/download)**

We're moving fast and can't help debug your build right now. Plus, some of the things in this repo are explorations, and the app you build from source just *might not do what it says it's doing*. So, if you just want to install Keybase on your computer, you should **[get the appropriate release](https://keybase.io/download)** for OSX, Linux, or Windows.

![Sharing](https://keybase.io/images/github/repo_share.png?)

That said, we'd love you to read through our source code.

### Code Layout

* **go**: Core crypto libraries; the Keybase service and command line client. [Learn More](go/README.md)
* **go**: Core crypto libraries; the Keybase service; the command line client. [Learn More](go/README.md)
* **react-native**: Android and iOS apps developed with [React Native](https://facebook.github.io/react-native/).
* **desktop**: Desktop application for OSX, Linux and Windows, made with the [Electron](https://github.com/atom/electron) framework, sharing React code with react-native.
* **packaging**: Scripts for releasing packages across the various platforms.
Expand Down

0 comments on commit 9c642e6

Please sign in to comment.