diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index 018cf91b2..000000000 --- a/.gitmodules +++ /dev/null @@ -1,3 +0,0 @@ -[submodule "urtypes"] - path = src/vendor/urtypes - url = https://github.com/jreesun/urtypes.git diff --git a/docs/manual_installation.md b/docs/manual_installation.md index afcee570c..f1801e1ef 100644 --- a/docs/manual_installation.md +++ b/docs/manual_installation.md @@ -147,15 +147,10 @@ Where `297` is the process id listed in the output above (it'll be different eac ### Download the SeedSigner code: ``` -git clone --recursive https://github.com/SeedSigner/seedsigner +git clone https://github.com/SeedSigner/seedsigner cd seedsigner ``` -If you have already cloned in the past and just need to init/pull submodules: -``` -git submodule update --init -``` - If you want to run a specific branch within the main SeedSigner repo, switch to it with: ``` git checkout yourtargetbranch diff --git a/requirements.txt b/requirements.txt index f24a8e7e1..7055026a9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,4 +7,4 @@ qrcode==7.3.1 RPi.GPIO==0.7.0 six==1.16.0 spidev==3.5 --e src/vendor/urtypes \ No newline at end of file +urtypes @ git+https://github.com/jreesun/urtypes.git@e0d0db277ec2339650343eaf7b220fffb9233241