-
Notifications
You must be signed in to change notification settings - Fork 538
chore: update all fastrepl/hyprnote references to fastrepl/char for repo rename #3961
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,3 @@ | ||
| # @hypr/web | ||
|
|
||
| [](https://stackblitz.com/fork/github/fastrepl/hyprnote/tree/main) | ||
| [](https://stackblitz.com/fork/github/fastrepl/char/tree/main) |
| Original file line number | Diff line number | Diff line change | ||||||
|---|---|---|---|---|---|---|---|---|
|
|
@@ -32,12 +32,12 @@ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh | |||||||
| Clone the repository and install dependencies: | ||||||||
|
|
||||||||
| ```bash | ||||||||
| git clone https://github.com/fastrepl/hyprnote.git | ||||||||
| cd hyprnote | ||||||||
| git clone https://github.com/fastrepl/char.git | ||||||||
| cd char | ||||||||
| pnpm install | ||||||||
| ``` | ||||||||
|
|
||||||||
| Build the UI package before running the desktop app: | ||||||||
| Build the UI packagebefore running the desktop app: | ||||||||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🟡 Missing space introduced in setup docs: 'packagebefore' instead of 'package before' The sed replacement accidentally removed a space in Root CauseThe bulk find-and-replace likely caused a line rewrite that dropped the space between "package" and "before". This is a user-facing documentation page at Impact: Minor cosmetic/documentation issue, but it's the first impression for new developers setting up the project.
Suggested change
Was this helpful? React with 👍 or 👎 to provide feedback. |
||||||||
|
|
||||||||
| ```bash | ||||||||
| pnpm -F ui build | ||||||||
|
|
@@ -70,8 +70,8 @@ This script installs all required system dependencies including GTK, PulseAudio, | |||||||
| After running the setup script, clone the repository and install dependencies: | ||||||||
|
|
||||||||
| ```bash | ||||||||
| git clone https://github.com/fastrepl/hyprnote.git | ||||||||
| cd hyprnote | ||||||||
| git clone https://github.com/fastrepl/char.git | ||||||||
| cd char | ||||||||
| pnpm install | ||||||||
| ``` | ||||||||
|
|
||||||||
|
|
||||||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Typo introduced during the bulk replacement. Missing space between words.
The text should read "package before" instead of "packagebefore".
Spotted by Graphite Agent

Is this helpful? React 👍 or 👎 to let us know.