mirror of
https://github.com/yewprint/yewprint
synced 2024-11-25 04:50:20 +00:00
CLEANUP
This commit is contained in:
parent
b0284b63cb
commit
8d8d19bd69
1 changed files with 7 additions and 9 deletions
16
README.md
16
README.md
|
@ -25,7 +25,13 @@ the source of `yewprint`.
|
|||
- [simple-http-server](https://github.com/TheWaWaR/simple-http-server)
|
||||
- [cargo-watch](https://github.com/passcod/cargo-watch)
|
||||
|
||||
> You may encounter issues when running this command on MacOS. Refer to this issue for more details [cargo-watch/issues/129](https://github.com/passcod/cargo-watch/issues/129)
|
||||
#### Troubleshooting
|
||||
|
||||
- I can't install `cargo-watch` on OSX.
|
||||
|
||||
This happens on some machines. Try installing the
|
||||
[pre-compiled binary](https://github.com/passcod/cargo-watch/releases)
|
||||
instead.
|
||||
|
||||
### Use as a library
|
||||
|
||||
|
@ -39,14 +45,6 @@ yewprint = { git = "https://github.com/cecton/yewprint.git", branch = "main" }
|
|||
./dev.sh
|
||||
```
|
||||
|
||||
#### Troubleshooting
|
||||
|
||||
- I can't install `cargo-watch` on OSX.
|
||||
|
||||
This happens on some machines. Try installing the
|
||||
[pre-compiled binary](https://github.com/passcod/cargo-watch/releases)
|
||||
instead.
|
||||
|
||||
Roadmap
|
||||
-------
|
||||
|
||||
|
|
Loading…
Reference in a new issue