From 803ac6ab7a79a3462103c63ba7b3751dcf567a02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C8=98tefan=20Talpalaru?= Date: Fri, 29 Mar 2019 16:18:33 +0100 Subject: [PATCH] README.md: remove Nimble mentions --- README.md | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/README.md b/README.md index da7a478d9..6d92d59b4 100644 --- a/README.md +++ b/README.md @@ -221,29 +221,13 @@ cd vendor/nim-blscurve Report any errors you encounter, please, if not [already documented](https://github.com/status-im/nimbus/issues)! - -Sometimes, the build will fail even though the latest CI is green - here are a few tips to handle this: - -#### Using the Makefile - * Turn it off and on again: + ```bash make clean make update ``` -#### Using Nimble directly - -* Wrong Nim version - * We depend on many bleeding-edge features - Nim regressions often happen - * Use the [Status fork](https://github.com/status-im/Nim) of Nim -* Wrong versions of dependencies - * nimble dependency tracking often breaks due to its global registry - * wipe the nimble folder and try again -* C compile or link fails - * Nim compile cache is pretty buggy and sometimes will fail to recompile - * wipe your nimcache folder - ## License Licensed and distributed under either of