From 7656c170168750eb32875b5ef1ee9963f4bc7cba Mon Sep 17 00:00:00 2001 From: Bart Spaans Date: Thu, 17 Sep 2009 05:12:24 +0200 Subject: [PATCH] Updated README with Windows specific instructions --- README | 24 ++++++++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) diff --git a/README b/README index 12a4788..1c11c23 100644 --- a/README +++ b/README @@ -33,10 +33,10 @@ *** Where can I find out more about using the tools? - The man pages should provide you with information on the options and - arguments each of the tools accept. You can also browse these documents - on-line, which might be more pleasent: http://www.bookmark-tools.com/ - Other tutorials and tips should also become available on that website. + The man pages contain information on the options and arguments each + of the tools accept. You can also browse these documents + on-line, which might be more pleasant: http://www.bookmark-tools.com/ + Other, more in-depth tutorials and tips are also available on that website. *** Can I use this with zsh? @@ -47,6 +47,14 @@ patches ;) + *** Can I use this with Windows? + + The tools were originally developed on Linux, but support for Windows is + growing. Most of the programs will work, but some shell specific functions + and help files may be missing. All files will be installed to + %PROGRAMFILES%\btools and the bin directory will be added to the PATH. + + *** Is there a source repository I could follow? Certainly, there is a git repository which you can clone with the following @@ -75,6 +83,14 @@ source /usr/share/bm/bm.bash + + + *** cmd.exe: 'cdbm' is not recognized as an internal or external command, + operable program or batch file. + + This is an issue with your PATH. The path value is automatically updated + in your registry on installation, but sometimes the new value won't be + signaled to your current session. You may need to logout and login again. ================================================================================