Alexander V. Sergeyev
Results
2
comments of
Alexander V. Sergeyev
I use fast fix in my **composer.json** ``` json "repositories": [ { "type": "git", "url": "https://github.com/vrana/notorm.git" } ], "require": { "vrana/notorm": "dev-master" }, ``` @vrana please, [crete release](https://help.github.com/articles/creating-releases/) to make...
Since go1.17: [Deprecation of 'go get' for installing executables](https://go.dev/doc/go-get-install-deprecation) To install binary in new version: ```shell go install github.com/gonejack/html-to-epub@latest ```