Skip to content

Commit

Permalink
Removing git submodule dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
kdmukai committed Feb 20, 2022
1 parent 28c0336 commit a9409db
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 10 deletions.
3 changes: 0 additions & 3 deletions .gitmodules

This file was deleted.

7 changes: 1 addition & 6 deletions docs/manual_installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ qrcode==7.3.1
RPi.GPIO==0.7.0
six==1.16.0
spidev==3.5
-e src/vendor/urtypes
urtypes @ git+https://github.com/jreesun/urtypes.git@e0d0db277ec2339650343eaf7b220fffb9233241

0 comments on commit a9409db

Please sign in to comment.