Permalink
Browse files

Updated readme

  • Loading branch information...
1 parent abc9df4 commit 11969593b02c4a651e193b315180b7ca2c37a398 Terkel Gjervig committed Jan 15, 2017
Showing with 11 additions and 4,316 deletions.
  1. +10 −10 README.md
  2. +1 −3 app/src/main/index.js
  3. BIN build/icon.png
  4. BIN media/strip.png
  5. +0 −4,303 yarn.lock
View
@@ -13,26 +13,26 @@
</p>
## Download
-The latest version of Ramme for macOS, Linux and Windows is available [here](https://releases.ramme.co).
+The latest version of Ramme for macOS, Linux and Windows is available [here](https://github.com/terkelg/ramme/releases).
+
+**macOS 10.9+, Windows 7+ & Linux are supported.**
## Features
- Dark Theme
- Auto Update
-- Photo Upload (coming soon)
-- Multiple Accounts (coming soon)
+- Keyboard shortcuts
+- Background behavior
## Screenshots
-
-[Screen shot strip here]
+<p align="center">
+ <img src="https://github.com/terkelg/ramme/raw/v3/media/strip.png" />
+</p>
## Thanks
Thanks to all contributors who helped make Ramme better! 🎉
-Inspiration from the super human [Sindre Sorhus](https://github.com/sindresorhus).
-Make sure you check out his stuff:
-
-- [Anatine](https://github.com/sindresorhus/anatine) - Pristine Twitter app
-- [Caprine](https://github.com/sindresorhus/caprine) - Caprine Facebook Messenger app
+## License
+MIT © [Terkel Gjervig](https://terkel.com)
## End User License Agreement (EULA)
- You will not use this repository for sending mass spam or any other malicious activity.
View
@@ -1,6 +1,6 @@
import * as path from 'path'
import * as fs from 'fs'
-import { BrowserWindow, app, Menu, ipcMain, shell, session } from 'electron'
+import { BrowserWindow, app, Menu, ipcMain, shell } from 'electron'
import createTray from './tray'
import appMenu from './menus'
@@ -10,8 +10,6 @@ import updater from './updater'
import * as analytics from './analytics'
import isPlatform from './../common/is-platform'
-import Client from 'instagram-private-api'
-
let mainWindow
const renderer = {
styles: '../renderer/styles',
View
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
View
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.

0 comments on commit 1196959

Please sign in to comment.