Update 'README.md'

This commit is contained in:
fossilfranv 2023-03-17 18:22:47 +01:00
parent 4487b5eff6
commit 577759786c

View File

@ -1,2 +1,6 @@
# clone_all_repositories # clone_all_repositories
to change the website:
cd to root dir of repos
then
grep -rli 'old-word' * | xargs -i@ sed -i 's/old-word/new-word/g' @