Skip to content

Commit

Permalink
fix broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
castedo committed Oct 8, 2024
1 parent 272d11c commit c0e2f9f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ Installation

The Bash scripts [`cnest`](https://github.com/castedo/cnest/tree/main/bin/cnest)
and [`create-cnest`](https://github.com/castedo/cnest/tree/main/bin/create-cnest)
are independent scripts under 100 lines.
are independent small scripts of about 70 and 100 lines, respectively.
You can use them as-is or as examples for creating your own scripts calling `podman`.

Regardless, the quickest way to follow this guide and its tutorials is to install
`cnest` and `create-cnest` on your system.
Once you have `create-cnest` and `cnest` installed on your machine,
you're ready to [start a simple tutorial on how to use them](create-cnest-tutorial.md).
you're ready to [start a simple tutorial on how to use them](tutorial/diff-distro.md).

## Install option 1: Just copy the Bash scripts

Expand Down
4 changes: 2 additions & 2 deletions docs/tutorial/diff-distro.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ Prerequisites
-------------

* Linux (tested on RHEL 9 and Fedora 40, but some other distros should work)
* [Podman](podman.md) 4.4+ (`docker` might work as well)
* [`create-cnest` and `cnest`](install.md)
* [Podman](../podman.md) 4.4+ (`docker` might work as well)
* [`create-cnest` and `cnest`](../install.md)


Steps
Expand Down

0 comments on commit c0e2f9f

Please sign in to comment.