From c0f5c04b42680980d53c94d819a44505bac95bbe Mon Sep 17 00:00:00 2001 From: Saman Bemel-Benrud Date: Tue, 15 Feb 2022 09:44:37 -0800 Subject: [PATCH 1/2] Clarify environment support --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index aca3a35..6551b44 100644 --- a/README.md +++ b/README.md @@ -110,6 +110,10 @@ Note that the `default` branch [has been observed to not work](https://github.co ## Other Notes +#### Environment Support + +steam-deploy only supports `ubuntu` environments. It will not work on `macos` or `windows` environments. + #### Excluded Files / Folders Certain file or folder patterns are excluded from the upload to Steam as they're unsafe to ship to players: From 80cbe4d3c7b08ab22291c38b3c7e931280fe60c4 Mon Sep 17 00:00:00 2001 From: Saman Bemel-Benrud Date: Tue, 15 Feb 2022 09:46:36 -0800 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6551b44..8ab798a 100644 --- a/README.md +++ b/README.md @@ -112,7 +112,7 @@ Note that the `default` branch [has been observed to not work](https://github.co #### Environment Support -steam-deploy only supports `ubuntu` environments. It will not work on `macos` or `windows` environments. +steam-deploy only supports `ubuntu` environments. It will not work in `macos` or `windows` environments. #### Excluded Files / Folders