Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Possible README error #86

Closed
BrettHolton opened this issue Apr 8, 2021 · 2 comments
Closed

Possible README error #86

BrettHolton opened this issue Apr 8, 2021 · 2 comments

Comments

@BrettHolton
Copy link

Expected Behavior

kb Add launches editor

Actual Behavior

kb add fails to find editor

Steps to Reproduce the Problem

1.follow instructions to install for windows powershell
$env:EDITOR="C:\path\to\editor\here.exe"
[System.Environment]::SetEnvironmentVariable('EDITOR','"C:\path\to\editor\here.exe"', [System.EnvironmentVariableTarget]::User)

This appears to be missing the ' on the first line
I could not make it work until I added single quotes
$env:EDITOR='"C:\path\to\editor\here.exe"'

I am using notepad++ installed to C:Program Files\Notepad++

Specifications

  • Version:1.6
  • Platform:Windows
  • Subsystem:
@xscode-auto-reply
Copy link

Thanks for opening a new issue. The team has been notified and will review it as soon as possible.
For urgent issues and priority support, visit https://xscode.com/gnebbia/kb

@gnebbia
Copy link
Owner

gnebbia commented Apr 16, 2021

Thanks a lot Sir, the issue has been fixed in the documentation.
Thanks again for your help and contribution.
Greetings

@gnebbia gnebbia closed this as completed Apr 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants