https://github.com/dnote/doctor
Automatically detect and fix issues with your local Dnote
https://github.com/dnote/doctor
cli dnote
Last synced: about 2 months ago
JSON representation
Automatically detect and fix issues with your local Dnote
- Host: GitHub
- URL: https://github.com/dnote/doctor
- Owner: dnote
- License: gpl-3.0
- Created: 2018-10-15T20:43:58.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-20T06:50:40.000Z (over 7 years ago)
- Last Synced: 2024-12-31T10:17:01.962Z (over 1 year ago)
- Topics: cli, dnote
- Language: Go
- Homepage: https://dnote.io
- Size: 41 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dnote Doctor
A utility to automatically fix any issues with local version of [Dnote](https://github.com/dnote/cli).
## Installation
On Linux or macOS, you can use the installation script:
curl -s https://raw.githubusercontent.com/dnote/doctor/master/install.sh | sh
In some cases, you might need an elevated permission:
curl -s https://raw.githubusercontent.com/dnote/doctor/master/install.sh | sudo sh
Otherwise, you can download the binary for your platform manually from the [releases page](https://github.com/dnote/doctor/releases).
## Usage
```bash
dnote-doctor
```
The program will:
* detect the version of the Dnote installed on the system
* diagnose any possible issues applicable to the version
* automatically resolve issues, if any.
## LICENSE
GPL
[](https://travis-ci.org/dnote/doctor)