blob: 942dac4b3e7e2e1bbaa9c9e7230e5ef8a0833117 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
|
🗃 Records
==========
What?
-----
Records is nothing too special, it's just a simple place to host my "records".
Getting up and running
----------------------
Building
^^^^^^^^
With Nix
""""""""
.. code-block:: shell
$ nix-build
With Nix (Docker)
"""""""""""""""""
.. code-block:: shell
$ nix-build docker.nix
Without Nix
"""""""""""
.. code-block:: shell
$ cargo build --release
License
-------
`GNU General Public License v3.0 <./LICENSE>`_
|