From 27e36e4c6ac212ab30fe1317cac934849fc2c1be Mon Sep 17 00:00:00 2001 From: Daniel Oaks Date: Wed, 8 Mar 2017 21:37:53 +1000 Subject: [PATCH] developing: Add note that Vendetta is broken on Windows --- DEVELOPING.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/DEVELOPING.md b/DEVELOPING.md index ee3dc3fe..b5bf9dc3 100644 --- a/DEVELOPING.md +++ b/DEVELOPING.md @@ -20,6 +20,10 @@ To update this folder: This will make sure things stay nice and up-to-date for users. +### `/vendor` on Windows + +Vendetta on Windows is broken, keep this in mind while updating deps. For reference, see [dpw/vendetta#17](https://github.com/dpw/vendetta/issues/17). + ## Fuzzing and Testing