Fix image link update command for compatibility across systems.

This commit is contained in:
Marcelo Prates
2025-05-16 21:20:16 -03:00
parent 80e61c8c77
commit 12db1d59c7

View File

@@ -27,7 +27,7 @@ mv "$PICTURES_DIR/temp_readme.md" "$README_FILE"
# (No-op if already in place) # (No-op if already in place)
# Update image links in README.md to point to pictures/README/ # Update image links in README.md to point to pictures/README/
sed -i '' 's|(temp_readme_files/|(pictures/README/temp_readme_files/|g' "$README_FILE" sed -i 's|(temp_readme_files/|(pictures/README/temp_readme_files/|g' "$README_FILE"
# Optionally, clean up any old temp_readme_files in root # Optionally, clean up any old temp_readme_files in root
# rm -rf temp_readme_files # rm -rf temp_readme_files