Skip to content

Commit 9846545

Browse files
author
Huelse
committed
Modify: fix cmd and notes
1 parent 4f2fece commit 9846545

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ This is a python binding for the Microsoft SEAL library.
3434
pip3 install -r requirements.txt
3535

3636
# Init the SEAL and pybind11
37-
git submodule init && git submodule update
37+
git submodule update --init --recursive
3838
# Get the newest repositories (unnecessary)
39-
git submodule update --remote
39+
# git submodule update --remote
4040

4141
# Build the SEAL lib
4242
cd SEAL

0 commit comments

Comments
 (0)