Skip to content

Commit

Permalink
README document links now point to the wiki
Browse files Browse the repository at this point in the history
  • Loading branch information
oumad committed Jan 2, 2025
1 parent 93a7a5a commit e6981d6
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,12 +123,18 @@ As of v0.21.0, chaiNNer uses our new package called [Spandrel](https://github.co

## Troubleshooting

For troubleshooting information, view the [troubleshooting document](docs/troubleshooting.md).
For troubleshooting information, view the [troubleshooting document](https://github.com/chaiNNer-org/chaiNNer/wiki/06--Troubleshooting).

## Building chaiNNer Yourself

I provide pre-built versions of chaiNNer here on GitHub. However, if you would like to build chaiNNer yourself, simply run `npm install` (make sure that you have at least npm v7 installed) to install all the nodejs dependencies, and `npm run make` to build the application.

## FAQ

For FAQ information, view the [FAQ document](docs/FAQ.md).
For FAQ information, view the [FAQ document](https://github.com/chaiNNer-org/chaiNNer/wiki/07--FAQ).

## Documentation

For in-depth documentation covering various aspects of ChaiNNer, including CLI usage, data representation, and a contributor's guide, kindly refer to our [ChaiNNer Wiki](https://github.com/chaiNNer-org/chaiNNer/wiki).


0 comments on commit e6981d6

Please sign in to comment.