We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ccffa7 commit 6ffa81aCopy full SHA for 6ffa81a
2 files changed
lib/views/kd-help-view.js
@@ -46,6 +46,7 @@ const success = {
46
47
const helpers = {
48
NOT_INSTALLED: [
49
+ 'rm -rf ~/.config/koding',
50
'brew tap rjeczalik/kd',
51
'brew install kd --devel',
52
'sudo kd daemon install --team <yourteam> --baseurl https://koding.com'
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "kd",
3
"main": "./lib/kd",
4
- "version": "0.1.11",
+ "version": "0.1.12",
5
"description": "Koding.com's Atom package for its kd cli tool.",
6
"keywords": [
7
"kd",
0 commit comments