Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

V1 alpha #1

Merged
merged 24 commits into from
Nov 11, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
📕 chore: clarify readme
  • Loading branch information
Rettend committed Nov 11, 2023
commit c08529c5c8b89b3c56ac03fef62dcac914c66b00
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -56,9 +56,9 @@ Hi, read the `README.md` first (starting with [Install](#-install)). This emoji
There are two different ways to install `eemoji`:

- [Locally](#local): add it to a node project as a dev dependency. This way you can share it with other contributors.
- [Globally](#global): install it globally to use it everywhere, <u>not just in node projects</u>. Note that you still need to initialize it in a repository for it to work there.
- [Globally](#global): install it globally to use it everywhere, <u>not just in node projects</u>. Note that you will need to initialize it in other repository for it to work there.

Thanks to the `postinstall` script, after installing `eemoji` locally, it will automatically create the git hook. This means it will just work but it's especially useful when other users are going to contribute to your repository.
Thanks to the `postinstall` script, after installing `eemoji` locally/globally, it will automatically create the git hook for the current repo. This means it will just work, but it's especially useful when other users are going to contribute to your repository.

### Local