From cd70c6e7414d2c1aa3d4ce13b6eb812787c6bd51 Mon Sep 17 00:00:00 2001 From: Abdul Rabbani Date: Fri, 22 Apr 2022 08:45:10 -0400 Subject: [PATCH] Remove `related-repository` --- related-repositories/README.md | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 related-repositories/README.md diff --git a/related-repositories/README.md b/related-repositories/README.md deleted file mode 100644 index 14ac389a6..000000000 --- a/related-repositories/README.md +++ /dev/null @@ -1,20 +0,0 @@ -# Overview - -The folder will allow developers to clone/move related repositories to this directory. This will allow developers to locally work with these related repositories and `vulcanize/go-ethereum` in one place. This can make testing easier. - -# Recommended Setup - -## Moving Repositories - -It is recommended that you move the following repositories under this folder. Keep the repository names! - -- `vulcanize/foundry-tests` -- `vulcanize/ipld-eth-db` - -## Symlinks - -You can also create symlinks in this folder with the location of your repositories. - -# Dependencies - -If you want to use `foundry-test`, you will need to utilize the recommended setup.