archinstall icon indicating copy to clipboard operation
archinstall copied to clipboard

Wrong instruction in README

Open yarons opened this issue 7 months ago • 5 comments

https://github.com/archlinux/archinstall/blob/f107104103b74ac065a56bd94a0878f0d263e177/README.md?plain=1#L31

This line says I should cp some python file, but I'm unsure where to and why; what am I missing?

yarons avatar Jan 23 '24 20:01 yarons

Yeah that step is somewhat outdated. You can either run

  • archinstall on the ISO which is pre-installed and will use the guided version by default.
  • archinstall --script guided with which you can specify which script to run
  • Same goes for the git version except you will run it with python -m archinstall --script ...

svartkanin avatar Jan 24 '24 04:01 svartkanin

It's a very easy method if I don't want to recreate the ISO (assuming I've cloned the code from git) to test my translation changes. Can you help me rewrite it?

yarons avatar Jan 24 '24 05:01 yarons

You want to rewrite what? If you want to run your code, clone tour fork, switch to the branch and run the sbove command python -m archinstall

svartkanin avatar Jan 24 '24 06:01 svartkanin

LOL, that's way easier :) I'll send a PR to modify the README and allow editing if you'd like to change something.

yarons avatar Jan 24 '24 09:01 yarons

Thanks for that

svartkanin avatar Jan 24 '24 10:01 svartkanin

this is fixed in the REAME

svartkanin avatar Apr 19 '24 10:04 svartkanin