Skip to content

Commit

Permalink
remove references to submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
mjhoy committed Oct 28, 2022
1 parent db8ba36 commit f5c4151
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
.PHONY: update-submodules install install-linux

update-submodules:
git submodule update --init
.PHONY: install install-linux

install:
sh scripts/install-dotfiles.sh
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ There are some random projects in `src/`, and random notes in `notes/`.
### Check out

```sh
git clone --recursive https://github.com/mjhoy/dotfiles.git
git clone https://github.com/mjhoy/dotfiles.git
```

And then:
Expand Down

0 comments on commit f5c4151

Please sign in to comment.