forked from desktop/desktop
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
We're not just messing around with computering anymore
- Loading branch information
Showing
1 changed file
with
11 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,16 @@ | ||
# Desktop TNG | ||
# [GitHub Desktop](https://desktop.github.com) | ||
|
||
[![Travis Build Status](https://travis-ci.com/desktop/desktop.svg?token=bruh3Kp8xZqr5CQ5et3q&branch=master)](https://travis-ci.com/desktop/desktop) [![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/kstdl28ba3f7drbr/branch/master?svg=true)](https://ci.appveyor.com/project/github-windows/desktop/branch/master) | ||
|
||
Just playin around with some computering. | ||
See [desktop.github.com](https://desktop.github.com) for more product-oriented | ||
information. | ||
|
||
## Documentation | ||
GitHub Desktop is an [Electron](https://electron.atom.io)-based GitHub app. It is | ||
written in [TypeScript](http://www.typescriptlang.org) and uses [React](https://facebook.github.io/react/). | ||
|
||
Development documentation is [in the docs directory](docs). Currently the only thing remotely interesting is the [getting started](docs/getting-started.md) docs. | ||
## Getting Started | ||
|
||
You can download the latest release from [desktop.github.com](https://desktop.github.com). | ||
|
||
See the [getting started docs](docs/getting-started.md) for instructions on | ||
getting the app building. |