Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
cottrell committed Oct 24, 2023
1 parent 17c492c commit 19500cf
Showing 1 changed file with 19 additions and 7 deletions.
26 changes: 19 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,24 @@
# notes

sudo apt-get install git git-lfs make
# ssh keys on all accounts
sudo apt-get install git git-lfs make

if possible use rsync from another machine
rsync -Wav --progress machine:~/projects projects
## setup

To avoid github bandwidth limits, if possible use rsync from another machine.

# git clone --recursive
# git submodule update --init ## if anything fails part way
# make pull # ensure on master globally
rsync -Wav --progress machine:~/projects projects

instead of

git clone --recursive

but maybe git clone from machine also works.

git submodule update --init ## if anything fails part way


## convenience

make
make pull
make push

0 comments on commit 19500cf

Please sign in to comment.