Merge pull request 'docs: improve getting started prerequisite docs' (#1322) from a-kenji-docs-patch-2 into main
This commit is contained in:
@@ -17,28 +17,28 @@ Create your own clan with these initial steps.
|
|||||||
|
|
||||||
### Prerequisites
|
### Prerequisites
|
||||||
|
|
||||||
#### Linux
|
=== "**Linux**"
|
||||||
|
|
||||||
Clan depends on nix installed on your system. Run the following command to install nix.
|
Clan depends on nix installed on your system. Run the following command to install nix.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sh -s -- install
|
curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sh -s -- install
|
||||||
```
|
```
|
||||||
|
|
||||||
#### NixOS
|
=== "**NixOS**"
|
||||||
|
|
||||||
If you run NixOS the `nix` binary is already installed.
|
If you run NixOS the `nix` binary is already installed.
|
||||||
|
|
||||||
You will also need to enable the `flakes` and `nix-commands` experimental features.
|
You will also need to enable the `flakes` and `nix-commands` experimental features.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# /etc/nix/nix.conf or ~/.config/nix/nix.conf
|
# /etc/nix/nix.conf or ~/.config/nix/nix.conf
|
||||||
experimental-features = nix-command flakes
|
experimental-features = nix-command flakes
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Other
|
=== "**Other**"
|
||||||
|
|
||||||
Clan doesn't offer dedicated support for other operating systems yet.
|
Clan doesn't offer dedicated support for other operating systems yet.
|
||||||
|
|
||||||
### Step 1: Add Clan CLI to Your Shell
|
### Step 1: Add Clan CLI to Your Shell
|
||||||
|
|
||||||
@@ -59,6 +59,7 @@ clan flakes create my-clan
|
|||||||
```
|
```
|
||||||
|
|
||||||
This command creates the `flake.nix` and `.clan-flake` files for your project.
|
This command creates the `flake.nix` and `.clan-flake` files for your project.
|
||||||
|
It will also generate files from a default template, to help show general clan usage patterns.
|
||||||
|
|
||||||
### Step 3: Verify the Project Structure
|
### Step 3: Verify the Project Structure
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user