From 55159221c943654c2d4f9772817337977c6c863c Mon Sep 17 00:00:00 2001 From: it33 Date: Mon, 28 Dec 2015 07:52:36 -0800 Subject: [PATCH 1/2] Create setup.md --- docs/setup.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 docs/setup.md diff --git a/docs/setup.md b/docs/setup.md new file mode 100644 index 00000000..d09381b4 --- /dev/null +++ b/docs/setup.md @@ -0,0 +1,25 @@ +# Electron Mattermost Setup Guides + +## Step-by-step Windows 7 setup + +1. Download [the latest release](https://github.com/yuya-oc/electron-mattermost/releases) of electron Mattermost + + Find the file ending in `-win64.zip` if you're running a x64 version of Windows and `-win32.zip` if you're running an older 32-bit version. + +2. From the `/Downloads` directory right click on the file and select "Extract All..." + + A new directory should be created on your PC. + +3. Go to `/electron-mattermost...` directory and double-click on `electron-mattermost` file to start the application + + You should see a new application called **electron-mattermost** open. + +4. Click `Alt` to bring up the menu at the top of the screen, then click `Settings` + +5. For each Mattermost team you'd like to use, enter its **Name** and **URL** then click **Add** + +6. Click **Save** to save your setting + + You're now ready to use Electron Mattermost to interact with multiple teams from one desktop application + + To quit, use `Ctrl+Q` From 011660c18f49f80cfd846ad8fe95bb162c1c80c4 Mon Sep 17 00:00:00 2001 From: it33 Date: Mon, 28 Dec 2015 07:53:35 -0800 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 110edfd3..8106435a 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ You don't have to install any other software. ### Installation 1. Download and unarchive a file from [release page](http://github.com/yuya-oc/electron-mattermost/releases). 2. Launch `electron-mattermost` in the unarchived folder. -3. After first launching, please input URL for your Mattermost team. For exmaple, `http://mattermost.example.com/team`. +3. After first launching, please input URL for your Mattermost team. For example, `http://mattermost.example.com/team`. ### Quit Ctrl or Command + Q to quit.