Skip to content

Commit

Permalink
Touchups
Browse files Browse the repository at this point in the history
  • Loading branch information
Hoverbear committed May 22, 2024
1 parent b5f17ee commit 628887c
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions docs/src/criticalup_toml.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ A typical ``criticalup.toml`` manifest looks like this:
"rust-src",
]
This manifest would install most of what the average person would need for
development of a Ferrocene based project.
This manifest will install what the average developer needs for a Ferrocene
based project.


Manifest Settings
Expand Down Expand Up @@ -97,7 +97,10 @@ release.
If ``${rustc-host}`` is present within a package name it is replaced with the
full host triple of the build host.

TODO: How to find which packages are available for a release?
Each supported Ferrocene target lists requires packages in the on it's page
under "Compilation Targets" in the Ferrocene User Manual of the release. For
example, the `X86-64 Linux (glibc) target of the rolling release
<https://docs.ferrocene.dev/rolling/user-manual/targets/x86_64-unknown-linux-gnu.html#archives-to-install>`_.

.. code-block::
Expand Down

0 comments on commit 628887c

Please sign in to comment.