Fixed some typos and added extern links
This commit is contained in:
parent
e26903c101
commit
a6ced2c352
3 changed files with 8 additions and 7 deletions
|
|
@ -47,8 +47,8 @@ quick.
|
||||||
We are happy when you [share your workflows](https://discord.gg/XeYatDhh)
|
We are happy when you [share your workflows](https://discord.gg/XeYatDhh)
|
||||||
or when someone asks something and gets a helpful answer, for example, a
|
or when someone asks something and gets a helpful answer, for example, a
|
||||||
30 sec video is really helpful because it exactly shows how something can
|
30 sec video is really helpful because it exactly shows how something can
|
||||||
be achieved. Use [asciinema] or whatever allows others to see how to get
|
be achieved. Use [asciinema](https://asciinema.org/) or whatever allows
|
||||||
things done.
|
others to see how you get things done.
|
||||||
|
|
||||||
Spreading the word is another way to contribute to Flow Code growth,
|
Spreading the word is another way to contribute to Flow Code growth,
|
||||||
making blog entries and sharing with others what you can build or achieve
|
making blog entries and sharing with others what you can build or achieve
|
||||||
|
|
|
||||||
|
|
@ -3,11 +3,12 @@
|
||||||
.date = @date("2025-11-04T12:24:45+02:00"),
|
.date = @date("2025-11-04T12:24:45+02:00"),
|
||||||
.author = "Igor Támara",
|
.author = "Igor Támara",
|
||||||
.layout = "index.shtml",
|
.layout = "index.shtml",
|
||||||
.draft = true,
|
.draft = false,
|
||||||
---
|
---
|
||||||
|
|
||||||
flow can be used in Android under [termux](), when in termux, follow
|
flow can be used in Android under [termux](https://termux.dev), inside termux, follow
|
||||||
[installation instructions], just copy paste and you are up and running.
|
[installation instructions](/installation),i.e., just copy paste and you are up and
|
||||||
|
running.
|
||||||
|
|
||||||
|
|
||||||
## Fonts
|
## Fonts
|
||||||
|
|
|
||||||
|
|
@ -32,7 +32,7 @@ with debug symbols:
|
||||||
curl -fsSL https://flow-control.dev/install | sh -s -- --nightly --debug
|
curl -fsSL https://flow-control.dev/install | sh -s -- --nightly --debug
|
||||||
```
|
```
|
||||||
|
|
||||||
See all avalable options for the installer script:
|
See all available options for the installer script:
|
||||||
|
|
||||||
```
|
```
|
||||||
curl -fsSL https://flow-control.dev/install | sh -s -- --help
|
curl -fsSL https://flow-control.dev/install | sh -s -- --help
|
||||||
|
|
@ -49,7 +49,7 @@ update-flow
|
||||||
At the top of the installer are variables to pre-answer the installation
|
At the top of the installer are variables to pre-answer the installation
|
||||||
questions. Configure them to your liking.
|
questions. Configure them to your liking.
|
||||||
|
|
||||||
We have some tips for [Android](/docs/platform/android)
|
We have some tips for [Android](/docs/platform/android/)
|
||||||
|
|
||||||
[]($section.id("windows"))
|
[]($section.id("windows"))
|
||||||
## Windows
|
## Windows
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue