Prechádzať zdrojové kódy

Merge pull request #2603 from Digital-Contraptions-Imaginarium/develop

README: make it clear how to build all executables
Felix Lange 9 rokov pred
rodič
commit
5bcdbb1ce4
1 zmenil súbory, kde vykonal 4 pridanie a 0 odobranie
  1. 4 0
      README.md

+ 4 - 0
README.md

@@ -36,6 +36,10 @@ Once the dependencies are installed, run
 
     make geth
 
+or, to build the full suite of utilities:
+
+    make all
+
 ## Executables
 
 The go-ethereum project comes with several wrappers/executables found in the `cmd` directory.