Skip to content

Commit a2eef26

Browse files
committed
Update install.md and social.md
1 parent 419af57 commit a2eef26

4 files changed

Lines changed: 14 additions & 7 deletions

File tree

docs/about/community.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

docs/about/social.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<!-- markdownlint-disable md033 md030 -->
2-
# Follow us
2+
# F\*ckingNode community
3+
4+
## Follow us
35

46
<div class="grid cards" markdown>
57

@@ -36,3 +38,7 @@
3638
[:octicons-arrow-right-24: Watch us](https://youtube.com/watch?v=_lppvGYUXNk)
3739

3840
</div>
41+
42+
## Join us
43+
44+
<iframe src="https://discord.com/widget?id=1333145935265398826&theme=dark" width="500" height="600" allowtransparency="true" frameborder="0" sandbox="allow-popups allow-popups-to-escape-sandbox allow-same-origin allow-scripts"></iframe>

docs/manual/install.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Getting started
22

3-
First thing first, install the CLI:
3+
First thing first, install the CLI using any of these methods.
4+
5+
Standard installation for :fontawesome-brands-windows: Microsoft Windows, :simple-linux: Linux and :simple-apple: macOS is script-based, and it's worth noting **these scripts will also create shortcuts.** For example, `fkn`, `fknode`, and also command-specific shortcuts like `fkclean`, `fkaudit`, and so on. These shortcuts are script (SH or PS1) based, and are not created when compiling from source or installing for NixOS.
46

57
## Standard installation
68

@@ -53,6 +55,9 @@ You can now either:
5355
- Run `deno task compile` and get the output executable from `dist/`.
5456
- Run `deno -A src/main.ts [...commands]` from the root.
5557

58+
!!! note Note for source compiling
59+
When compiling from source, you'll get an error because of a missing utility "kbi". You can ignore it, we use it for hashing release binaries.
60+
5661
---
5762

5863
You've now learnt how to install the CLI.

mkdocs.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,7 @@ nav:
3838

3939
- Roadmap: "about/roadmap.md"
4040
- Brand guidelines: "about/branding.md"
41-
- Follow us: "about/social.md"
42-
- Community: "about/community.md"
41+
- Community: "about/social.md"
4342

4443
theme:
4544
name: material

0 commit comments

Comments
 (0)