Add Note About Preserving "darling" And "README.md" Content

This commit is contained in:
Thomas A 2023-05-13 07:55:07 -07:00
parent 0c58fa00f2
commit 69dee99161

View File

@ -12,7 +12,9 @@ Each project is different, but for the most part, these are the steps you should
### <a name="step-1"></a>1. Replace the current source with the updated source
The first step should be to download the updated source and replace the current source with it. You should delete all the files in the current source ***except the `CMakeLists.txt`*** and copy over the updated source. Most Apple sources don't contain a `CMakeLists.txt` of their own, but if one does, you should delete it or (preferably) rename it to something else (e.g. `CMakeLists.apple.txt`).
The first step should be to download the updated source and replace the current source with it. You should first delete all the files in the current source ***except the `CMakeLists.txt`, `darling` folder, and `README.md` file***, then copy over the updated source.
Most Apple sources don't contain a `CMakeLists.txt` / `README.md` of their own, but if one does, you should delete it or (preferably) rename it to something else (e.g. `CMakeLists.apple.txt` / `README.apple.md`).
### <a name="step-2"></a>2. Create an initial update commit