Skip to content

Commit 6ffa81a

Browse files
committed
minor helper until a further kd installation update
1 parent 2ccffa7 commit 6ffa81a

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

lib/views/kd-help-view.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ const success = {
4646

4747
const helpers = {
4848
NOT_INSTALLED: [
49+
'rm -rf ~/.config/koding',
4950
'brew tap rjeczalik/kd',
5051
'brew install kd --devel',
5152
'sudo kd daemon install --team <yourteam> --baseurl https://koding.com'

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "kd",
33
"main": "./lib/kd",
4-
"version": "0.1.11",
4+
"version": "0.1.12",
55
"description": "Koding.com's Atom package for its kd cli tool.",
66
"keywords": [
77
"kd",

0 commit comments

Comments
 (0)