docs: Update README.md (#1248)
* docs: Update README.md * docs: add gif
This commit is contained in:
parent
c6186e9ce0
commit
19f583c079
32
README.md
32
README.md
@ -81,16 +81,14 @@ Download the latest version of Jan at https://jan.ai/ or visit the **[GitHub Rel
|
|||||||
|
|
||||||
## Demo
|
## Demo
|
||||||
|
|
||||||
<p align="center">
|

|
||||||
<video src="https://github.com/janhq/jan/assets/89722390/43adfddc-7980-4ae6-b544-719f04660dd7">
|
|
||||||
</video>
|
|
||||||
</p>
|
|
||||||
|
|
||||||
|
_Realtime Video: Jan v0.4.3-nightly on a Mac M1, 16GB Sonoma 14_
|
||||||
_Video: Jan v0.4.0 on Mac Air M2, 16GB Ventura_
|
|
||||||
|
|
||||||
## Quicklinks
|
## Quicklinks
|
||||||
|
|
||||||
#### Jan
|
#### Jan
|
||||||
|
|
||||||
- [Jan website](https://jan.ai/)
|
- [Jan website](https://jan.ai/)
|
||||||
- [Jan Github](https://github.com/janhq/jan)
|
- [Jan Github](https://github.com/janhq/jan)
|
||||||
- [User Guides](https://jan.ai/docs)
|
- [User Guides](https://jan.ai/docs)
|
||||||
@ -98,8 +96,10 @@ _Video: Jan v0.4.0 on Mac Air M2, 16GB Ventura_
|
|||||||
- [API reference](https://jan.ai/api-reference/)
|
- [API reference](https://jan.ai/api-reference/)
|
||||||
- [Specs](https://jan.ai/specs/)
|
- [Specs](https://jan.ai/specs/)
|
||||||
|
|
||||||
#### Nitro:
|
#### Nitro
|
||||||
Nitro is a high-efficiency C++ inference engine for edge computing, powering Jan. It is lightweight and embeddable, ideal for product integration.
|
|
||||||
|
Nitro is a high-efficiency C++ inference engine for edge computing. It is lightweight and embeddable, and can be used on its own within your own projects.
|
||||||
|
|
||||||
- [Nitro Website](https://nitro.jan.ai)
|
- [Nitro Website](https://nitro.jan.ai)
|
||||||
- [Nitro Github](https://github.com/janhq/nitro)
|
- [Nitro Github](https://github.com/janhq/nitro)
|
||||||
- [Documentation](https://nitro.jan.ai/docs)
|
- [Documentation](https://nitro.jan.ai/docs)
|
||||||
@ -118,6 +118,7 @@ To reset your installation:
|
|||||||
```
|
```
|
||||||
|
|
||||||
This will remove all build artifacts and cached files:
|
This will remove all build artifacts and cached files:
|
||||||
|
|
||||||
- Delete Jan from your `/Applications` folder
|
- Delete Jan from your `/Applications` folder
|
||||||
- Clear Application cache in `/Users/$(whoami)/Library/Caches/jan`
|
- Clear Application cache in `/Users/$(whoami)/Library/Caches/jan`
|
||||||
|
|
||||||
@ -176,19 +177,22 @@ This will build the app MacOS m1/m2 for production (with code signing already do
|
|||||||
|
|
||||||
## Nightly Build
|
## Nightly Build
|
||||||
|
|
||||||
Nightly build is a process where the software is built automatically every night. This helps in detecting and fixing bugs early in the development cycle. The process for this project is defined in [`.github/workflows/jan-electron-build-nightly.yml`](.github/workflows/jan-electron-build-nightly.yml)
|
Our nightly build process for this project is defined in [`.github/workflows/jan-electron-build-nightly.yml`](.github/workflows/jan-electron-build-nightly.yml)
|
||||||
|
|
||||||
You can join our Discord server [here](https://discord.gg/FTk2MvZwJH) and go to channel [github-jan](https://discordapp.com/channels/1107178041848909847/1148534730359308298) to monitor the build process.
|
|
||||||
|
|
||||||
The nightly build is triggered at 2:00 AM UTC every day.
|
The nightly build is triggered at 2:00 AM UTC every day.
|
||||||
|
|
||||||
The nightly build can be downloaded from the url notified in the Discord channel. Please access the url from the browser and download the build artifacts from there.
|
Getting on Nightly:
|
||||||
|
|
||||||
|
1. Join our Discord server [here](https://discord.gg/FTk2MvZwJH) and go to channel [github-jan](https://discordapp.com/channels/1107178041848909847/1148534730359308298).
|
||||||
|
2. Download the build artifacts from the channel.
|
||||||
|
3. Subsequently, to get the latest nightly, just quit and restart the app.
|
||||||
|
4. Upon app restart, you will be automatically prompted to update to the latest nightly build.
|
||||||
|
|
||||||
## Manual Build
|
## Manual Build
|
||||||
|
|
||||||
Manual build is a process where the software is built manually by the developers. This is usually done when a new feature is implemented or a bug is fixed. The process for this project is defined in [`.github/workflows/jan-electron-build-nightly.yml`](.github/workflows/jan-electron-build-nightly.yml)
|
Stable releases are triggered by manual builds. This is usually done for new features or a bug fixes.
|
||||||
|
|
||||||
It is similar to the nightly build process, except that it is triggered manually by the developers.
|
The process for this project is defined in [`.github/workflows/jan-electron-build-nightly.yml`](.github/workflows/jan-electron-build-nightly.yml)
|
||||||
|
|
||||||
## Acknowledgements
|
## Acknowledgements
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user