Gitbook Versions
Determining Gitbook Versions:
On my system, I have installed Gitbook Offline Editor using the following steps:
- Visit https://www.gitbook.com/editor
- Download the correct version (32bit vs. 64bit)
- Open with software center
- Had to install, then sudo apt-get remove gitbook-editor
- Then reinstall to get it working
- Likely an Ubuntu 16.04 Software Center issue
I have also installed the CLI Toolchain using the instructions found at toolchain.gitbook.com.
The programs installed in the following locations respectively:
user5@system:~$ whereis gitbook-editor
gitbook-editor: /usr/bin/gitbook-editor
user@system:~$ whereis gitbook
gitbook: /usr/local/bin/gitbook
Questions:
Which variant of the version
command applies to each tool?
I get a different version depending on the command given.
1.
user@system:~$ npm view gitbook version
3.1.1
2.
user@system:~$ gitbook ls
GitBook Versions Installed:
* 3.1.0
3.0.3
3.0.2
3.0.0
Run "gitbook update" to update to the latest version.
3.
user@system:~$ gitbook version
2.1.3
4. Checking the Offline Editor I get:
Please advise!