提交 5770a270 编写于 作者: R Ramez Gerges

docs: update Linux/Rider templates package name

上级 b4bdf8ca
......@@ -53,7 +53,7 @@ At this time, there isn't a template for the Rider IDE like there is for Visual
Installs Uno template:
```bash
dotnet new -i Uno.ProjectTemplates.Dotnet
dotnet new -i Uno.Templates
```
Creates a new project:
```bash
......
......@@ -27,7 +27,7 @@ Using VS 2019 16.6 or later:
- If you still want to use WSL 2 anyways, you can try [following those steps](https://skeptric.com/wsl2-xserver).
- Install the [`dotnet new` templates](get-started-dotnet-new.md):
```
dotnet new -i Uno.ProjectTemplates.Dotnet
dotnet new -i Uno.Templates
```
- Then create a new project using:
```
......@@ -77,7 +77,7 @@ Now let's run the application:
```
- Install the `dotnet new` templates:
```bash
dotnet new -i Uno.ProjectTemplates.Dotnet
dotnet new -i Uno.Templates
```
You may also need to [install the Microsoft fonts](https://wiki.archlinux.org/title/Microsoft_fonts) manually.
......@@ -89,7 +89,7 @@ You may also need to [install the Microsoft fonts](https://wiki.archlinux.org/ti
- Install the `dotnet new` templates:
```bash
dotnet new -i Uno.ProjectTemplates.Dotnet
dotnet new -i Uno.Templates
```
- Then create a new project using:
```bash
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册