Skip to content

Commit 0cdbc7c

Browse files
authored
Merge pull request #861 from volodya-lombrozo/860-install-instructions
docs(#860): wrap Nix flakes installation instructions in a collapsed section
2 parents 113b326 + e80940b commit 0cdbc7c

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

.markdownlint.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"MD033": {
3+
"allowed_elements": ["details", "summary"]
4+
}
5+
}
6+

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,9 @@ Or install it via [Nix flakes](https://nixos.wiki/wiki/Flakes):
3535
nix run github:objectionary/eoc
3636
```
3737

38-
You can also include EOLANG in your own flake:
38+
<details>
39+
40+
<summary>You can also include EOLANG in your own flake</summary>
3941

4042
```nix
4143
{
@@ -87,6 +89,8 @@ After that, select one of the methods for installing the package:
8789
}
8890
```
8991

92+
</details>
93+
9094
Then, you write a simple [EO](https://www.eolang.org) program in `hello.eo` file
9195
in the current directory:
9296

0 commit comments

Comments
 (0)