Просмотр исходного кода

remove tag v0.4.1 from main README

dasman 2 лет назад
Родитель
Сommit
d040ef7b07
1 измененных файлов с 3 добавлено и 3 удалено
  1. 3 3
      README.md

+ 3 - 3
README.md

@@ -77,12 +77,12 @@ and install dependencies accordingly. In case it does not find your
 package manager, please consider adding support for it into the script
 package manager, please consider adding support for it into the script
 and sending a patch.
 and sending a patch.
 
 
-To build the necessary binaries, we can just clone the repo, checkout
-to the latest tag, and use the provided Makefile to build the project:
+To build the necessary binaries, we can just clone the repo, and use 
+the provided Makefile to build the project:
 
 
 ```shell
 ```shell
 % git clone https://github.com/darkrenaissance/darkfi
 % git clone https://github.com/darkrenaissance/darkfi
-% cd darkfi && git checkout v0.4.1
+% cd darkfi
 % make
 % make
 ```
 ```