Update README.md

The current workflow for previewing the page locally is to just run `./builder.sh`. Making that change to reflect this, as well as linking to relevant documentation for folks to get Podman installed as I could not find this info on the developers portal.
This commit is contained in:
Mick Kitterman 2023-10-29 02:37:01 +00:00 committed by ankursinha
parent 90b7e58046
commit 066a37b5a9

View file

@ -6,14 +6,8 @@ This repo includes scripts to build and preview the contents of this repository.
NOTE: Please note that if you reference pages from other repositories, those links will be broken in the local preview, as it only builds this repository. If you want to rebuild the whole Fedora Docs site, see the Fedora Docs build repository for instructions.
Both of the below scripts use Podman, so ensure Podman is installed on your system before beginning (see below for Fedora instructions). See below for further instructions.
Both of the below scripts use Podman, so ensure [Podman is installed on your system](https://podman.io/docs/installation) before beginning (see below for Fedora instructions). See below for further instructions.
To build and preview the site, run:
`./build.sh && ./preview.sh`
The preview is hosted at http://localhost:8080.
Installing Podman on Fedora
See the Fedora Developer Portal on how to install Podman on Fedora
`./builder.sh`