added downloads section
This commit is contained in:
parent
7f6dbbde16
commit
3a89a324c6
2 changed files with 35 additions and 0 deletions
5
docs/content/download/_index.md
Normal file
5
docs/content/download/_index.md
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
+++
|
||||||
|
title = "Download"
|
||||||
|
weight = 60
|
||||||
|
sort_by = "weight"
|
||||||
|
+++
|
30
docs/content/download/download_norg.md
Normal file
30
docs/content/download/download_norg.md
Normal file
|
@ -0,0 +1,30 @@
|
||||||
|
+++
|
||||||
|
title = "Download Norg"
|
||||||
|
weight = 0
|
||||||
|
+++
|
||||||
|
|
||||||
|
## Installing from nimble.directory
|
||||||
|
The latest version of Norg is most simply downloaded and installed using Nim's `nimble` command line tool.
|
||||||
|
```sh
|
||||||
|
nimble install norg
|
||||||
|
```
|
||||||
|
|
||||||
|
## Installing direct from the Norg code repository
|
||||||
|
You can also install, via nimble, direct from the code repository.
|
||||||
|
```sh
|
||||||
|
nimble install https://codeberg.org/pswilde/norgbackup
|
||||||
|
```
|
||||||
|
|
||||||
|
## Building from Source
|
||||||
|
Norg source code can be downloaded from our [releases page at Codeberg](https://codeberg.org/pswilde/norgbackup/releases) and can be built using the following commands:
|
||||||
|
```sh
|
||||||
|
unzip norgbackup-{version}.zip
|
||||||
|
# or
|
||||||
|
tar xf norgbackup-{version}.tar.gz
|
||||||
|
|
||||||
|
cd norgbackup
|
||||||
|
nimble install
|
||||||
|
```
|
||||||
|
|
||||||
|
## Pre-compiled Binaries
|
||||||
|
We are working on providing pre-compiled binaries on our [releases page at Codeberg](https://codeberg.org/pswilde/norgbackup/releases). Currently these are not available, so using the options above are the best option.
|
Loading…
Reference in a new issue