Skip to content

Commit

Permalink
chore: readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tmm committed Jun 15, 2024
1 parent 4826d8f commit ca30150
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ make
make # Bootstrap setup
make macos # Set up macOS defaults
make nix # Set up nix (nix-darwin and home-manager)
make npm # Set up node
make node # Set up node
make nvim-packages # Install neovim packages
```

4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ nix:
@nix run nix-darwin -- switch --flake $$XDG_CONFIG_HOME/nix
@darwin-rebuild switch --flake $$XDG_CONFIG_HOME/nix

.PHONY: npm
npm: $(BREW)
.PHONY: node
node: $(BREW)
@fnm install 22
@corepack enable
@corepack prepare pnpm@latest --activate
Expand Down

0 comments on commit ca30150

Please sign in to comment.