changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > org > docs / core/install.org

changeset 19: 93bea7513a3e
parent: 46fb6a10d2e1
child: 411eeaebc6d2
author: Richard Westhaver <ellis@rwest.io>
date: Sun, 28 Apr 2024 19:50:01 -0400
permissions: -rw-r--r--
description: update
1 {{{header(core/install,Richard Westhaver,ellis@rwest.io,core installation
2 guide)}}}
3 #+property: header-args :dir /home/ellis/dev/comp/core/
4 The core is distributed via our public package registry:
5 [[https://packy.compiler.company][packy.compiler.company]]. You can install any part of the core - from a
6 complete Linux system to individual packages. Refer to the packy
7 documentation for details.
8 
9 The simplest way to get started is by getting the installer for your
10 platform with the following script:
11 
12 #+begin_src shell :results pp replace :exports both :noeval t
13 curl --proto '=https' --tlsv1.2 -sSf https://packy.compiler.company/do/init.sh | sh # -s -- --help
14 #+end_src
15 
16 #+RESULTS:
17 #+begin_example
18 
19 cc-init 0.1.0-0941fa04c53d+
20 
21 Usage: cc-init [OPTIONS]
22 
23 Options:
24  -y Disable confirmation prompts
25  -l, --level... Set the log level
26  -h, --help Print help
27  -V, --version Print version
28 #+end_example
29 * TODO Packages
30 - State "TODO" from [2023-11-25 Sat 18:28]
31 ** Crates :rust:
32 ** ELPA :emacs:
33 ** Quicklisp Dist :lisp:
34 ** PKGBUILDs :pacman: