Skip to content

Commit 49e26e2

Browse files
authored
Update README.md
1 parent b1bdd52 commit 49e26e2

File tree

1 file changed

+5
-15
lines changed

1 file changed

+5
-15
lines changed

Diff for: README.md

+5-15
Original file line numberDiff line numberDiff line change
@@ -14,22 +14,8 @@ You can find the detailed technical specification of the KeyChain system below i
1414

1515
## Installation
1616

17-
Download KeyChain and run the graphic installer if you are using [Windows](#windows) or [MacOs](#macos). If you are using [Linux](#linux), run the commands that you find in the Linux installation guide after downloading the KeyChain package.
17+
Download KeyChain and run the graphic installer if you are using [Windows](#windows) or [MacOs](#macos). [Linux](#linux) installer is coming soon.
1818

19-
#### Linux
20-
21-
For Linux installation, follow the steps:
22-
23-
1. There is an official KeyChain repository that is protected with the key. To download and install KeyChain, first you need to get the key
24-
```
25-
$ wget -q -O - https://array.io/keychain/keychain_signing_key.pub | Sudo apt-key add -
26-
```
27-
2. [Download](https://github.com/arrayio/array-io-keychain/releases/download/0.3/keychain_linux.zip) KeyChain from our repository and install it
28-
```
29-
$ sudo sh -c 'echo "deb http://array.io/keychain/deb/ stable main" >> /etc/apt/sources.list.d/array.list'
30-
$ sudo apt-get update
31-
$ sudo apt-get install keychain
32-
```
3319
#### MacOs
3420

3521
Download MacOs installer [here](https://github.com/arrayio/array-io-keychain/releases/download/0.4/Keychain.Installer.zip).
@@ -67,6 +53,10 @@ https://github.com/arrayio/array-io-keychain/blob/master/img/win4.png)
6753

6854
![alt text](https://github.com/arrayio/array-io-keychain/blob/master/img/win5.png)
6955

56+
#### Linux
57+
58+
Coming soon
59+
7060
After successful installation you will be returned to the web page or app you started from. The WebSocket server will be ready to work.
7161

7262
## <a name="How it works"></a>How it works

0 commit comments

Comments
 (0)