diff options
| author | Victor Romero <romerosanchezv@gmail.com> | 2019-06-27 16:32:38 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-06-27 16:32:38 -0700 |
| commit | 53a02456a0f457e78d4b2d98a6b43cdd090b9c69 (patch) | |
| tree | 3f8ed6777afac283f659e0e522eb967defe3d571 /docs | |
| parent | 4bb67553f00315a58b99e85f1550c2be34d2ca07 (diff) | |
| download | vcpkg-53a02456a0f457e78d4b2d98a6b43cdd090b9c69.tar.gz vcpkg-53a02456a0f457e78d4b2d98a6b43cdd090b9c69.zip | |
Update ports-overlay.md
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/specifications/ports-overlay.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/specifications/ports-overlay.md b/docs/specifications/ports-overlay.md index e877f5010..d486cfe19 100644 --- a/docs/specifications/ports-overlay.md +++ b/docs/specifications/ports-overlay.md @@ -45,6 +45,8 @@ From a user experience perspective, a user expresses interest in adding addition * `vcpkg install sqlite3 --overlay-ports=\\share\org\custom-ports`
* a file listing paths to the former two.
+ > NOTE: Reading paths from a text file is not available in the current implementation, some revisions to this part of the specification are being made and will be implemented in a future date.
+
* `vcpkg install sqlite3 --overlay-ports=..\port-repos.txt`
_port-repos.txt_
@@ -129,6 +131,8 @@ Given the following directory structure: * #### Example #3:
+ > NOTE: Reading paths from a text file is not available in the current implementation, some revisions to this part of the specification are being made and will be implemented in a future date.
+
Given the content of `preferred-ports.txt` as:
```
|
