-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed download button and quick email not working, updated readme
- Loading branch information
Showing
2 changed files
with
14 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,6 +27,12 @@ Binaries for Windows 64 bit, Linux 32 and 64 bits for both X86 and ARM (Raspberr | |
### Building from source | ||
Coreander's only requirement is Go 1.21. | ||
|
||
When cloning Coreander's repository, use Git's `--recurse-submodules` flag to also retrieve `foliate-js` contents as well, which is required for the reader component: | ||
|
||
``` | ||
git clone [email protected]:svera/coreander.git --recurse-submodules | ||
``` | ||
|
||
There are two possibilities for building Coreander from source: | ||
* If you have [Mage](https://magefile.org) installed in your system, just type `mage install` from the source code folder. | ||
* Otherwise, a simple `go build` or `go install` will do, although no version information will be added to the executable. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters