-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d1afc3c
commit 48bf463
Showing
1 changed file
with
8 additions
and
11 deletions.
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 |
---|---|---|
|
@@ -6,16 +6,16 @@ | |
|
||
Based on `.NET 8` platform. | ||
|
||
Using [Avalonia UI](https://avaloniaui.net) as UI framework, using `Avalonia 11.0` . | ||
Using [Avalonia UI](https://avaloniaui.net) as UI framework, version `Avalonia 11.0` . | ||
|
||
# Clone | ||
|
||
We strongly suggest you to develop `KitX Dashboard` in `KitX Project` folder structure, visit [dependencies](#dependencies) for more. | ||
We strongly suggest you to develop `KitX Dashboard` in `KitX Project` main repo, visit [dependencies](#dependencies) for more. | ||
|
||
Instead of cloning almost total `KitX Project`, you can only clone `KitX Dashboard`. | ||
|
||
```shell | ||
git clone [email protected]:Crequency/KitX=Dashboard.git | ||
git clone [email protected]:Crequency/KitX-Dashboard.git | ||
# or | ||
git clone https://github.com/Crequency/KitX-Dashboard.git | ||
``` | ||
|
@@ -61,14 +61,11 @@ git clone [email protected]:Crequency/KitX.git | |
cd KitX | ||
|
||
# Init submodules | ||
git submodule init | ||
|
||
# Update submodules | ||
# If you are developing on Windows OS, replace `start.sh` with `start.ps1` | ||
# which requires powershell installed | ||
# WARN: We're developing new `cheese` program to replace `start.sh` and `start.ps1` | ||
./ToolKits/start.sh dashboard | ||
./ToolKits/start.sh reference | ||
git submodule update --init --recursive | ||
|
||
# Install cheese via `dotnet tool install --global Crequency.Cheese` | ||
# If you have no ssh key for github, you can use https style link by append `--convert-ssl-link-to-https-link` | ||
cheese reference --setup | ||
``` | ||
|
||
Local dependencies are located at `KitX/Reference/` folder. | ||
|