You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
get `API_TOKEN` from cloud providers you want, like `Linode`, `DigitalOcean` and etc.
50
66
51
-
#####2. Make a `.env` config file
67
+
#### 2. Make a `.env` config file
52
68
write the `API_TOKEN` to `.env` file whith `TOKEN_NAME`[like this](#config-by-env-file).
53
69
Reference the [Support `TOKEN_NAME`](#supported-token_name) below.
54
70
55
-
#####3. Generate SSH key
71
+
#### 3. Generate SSH key
56
72
outliner support auto generate ssh key, if Not found `id_rsa` and `id_rsa.pub` in `$HOME/.ssh/`.
57
73
[ssh library package](https://godoc.org/golang.org/x/crypto/ssh) outliner use, is implement by golang.org
58
74
run any command in outliner will do this after asking.
@@ -62,10 +78,14 @@ Continue to Generate New ssh key? (y/n) [y]:
62
78
```
63
79
To generate key by yourself, see [Generating a new SSH key and adding it to the ssh-agent](https://help.github.com/en/enterprise/2.16/user/articles/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent)
64
80
65
-
##### 4. Ready to go
66
-
* open terminal, go directory whrere you download outliner
67
-
* maybe should add execute permission to binary (linux or mac)
68
-
*`$ ./build/outliner_{OS}`
81
+
#### 4. Ready to go
82
+
##### * install by package manager like `homeberw``pacman``apt` etc.
83
+
1.`$ outliner`
84
+
85
+
##### * install by download
86
+
1. open terminal, go directory whrere you download outliner
87
+
2. maybe should add execute permission to binary (linux or mac)
88
+
3.`$ ./outliner_{OS}`
69
89
70
90
## Configurations
71
91
### config by `.env` file
@@ -115,15 +135,11 @@ outliner Support the following configuration source (list by Precedence order)
0 commit comments