-
Notifications
You must be signed in to change notification settings - Fork 149
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
addressed conflicts and fixed images
- Loading branch information
Showing
3 changed files
with
29 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# Cortex | ||
|
||
<p align="center"> | ||
<img width="1280" alt="Cortex.cpp Banner" src="https://github.com/user-attachments/assets/a27c0435-b3b4-406f-b575-96ac4f12244c"> | ||
<img width="1280" alt="Cortex.cpp Banner" src="./assets/cortex-banner.png"> | ||
</p> | ||
|
||
<p align="center"> | ||
|
@@ -159,8 +159,33 @@ cortex-nightly hardware activate | |
| **Nightly** | [exe](https://app.cortexcpp.com/download/nightly/windows-amd64-network) | [pkg](https://app.cortexcpp.com/download/nightly/mac-universal-network) | [deb](https://app.cortexcpp.com/download/nightly/linux-amd64-network) | | ||
|
||
### Build from Source | ||
|
||
```bash | ||
git clone https://github.com/janhq/cortex.cpp | ||
cd engine/vcpkg && ./bootstrap-vcpkg.sh | ||
cd ../build && cmake .. && make -j4 | ||
``` | ||
|
||
## Uninstall Cortex | ||
|
||
### Windows | ||
|
||
1. Open the Windows Control Panel. | ||
2. Navigate to `Add or Remove Programs`. | ||
3. Search for `cortexcpp` and double click to uninstall. (for beta and nightly builds, search for `cortexcpp-beta` and `cortexcpp-nightly` respectively) | ||
|
||
### MacOs/Linux | ||
|
||
Run the uninstaller script: | ||
|
||
```bash | ||
sudo cortex-uninstall.sh | ||
``` | ||
|
||
The script to uninstall Cortex comes with the binary and was added to the `/usr/local/bin/` directory. The script is named `cortex-uninstall.sh` for stable builds, `cortex-beta-uninstall.sh` for beta builds and `cortex-nightly-uninstall.sh` for nightly builds. | ||
|
||
## Contact Support | ||
|
||
- For support, please file a [GitHub ticket](https://github.com/janhq/cortex.cpp/issues/new/choose). | ||
- For questions, join our Discord [here](https://discord.gg/FTk2MvZwJH). | ||
- For long-form inquiries, please email [[email protected]](mailto:[email protected]). |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters