Readme: Fix build instructions
The Readme still contained old (pre-adoc) build instructions. Fix it.
Mention also the use of submodules which are needed for the documentation to build.
Hello @pdonahue-ventana -
I have checked .github/workflows/verify.yml and it is correct and consistent with the updated Readme. Still, I have slightly expanded the build instructions in Readme to provide a little more guidance to the user.
I have also looked at .github/workflows/publish.yml and you are correct, this job is definitely outdated:
- It references the old texlive documentation format and a Makefile that does not exist anymore.
- The job has not been executed in more than a year.
- The reason is that the recent git tags do not match the wildcard in the job definition.
I propose to remove it (in another merge request: https://github.com/riscv/riscv-debug-spec/pull/1078).
@rtwfroody @pdonahue-ventana Could this PR be merged, please?
Thank you.
@pdonahue-ventana Gentle ping, could this PR be merged, please?