Skip to content

Commit b670d5a

Browse files
committed
docs: update readme
1 parent 90d33b3 commit b670d5a

File tree

2 files changed

+25
-22
lines changed

2 files changed

+25
-22
lines changed

README.md

+5-22
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,20 @@
1+
<div align="right">
2+
<a href="./README_EN.md">EN</a>
3+
</div>
4+
15
# Ruta de Aprendizaje de Rust en Español
6+
Esta es la ruta de Aprendizaje de Rust hecho por la comunidad de [RustLangES](https://rustlang-es.org)
27

38
## Setup
49

5-
Make sure to install the dependencies:
6-
710
```bash
8-
# npm
9-
npm install
10-
11-
# pnpm
12-
pnpm install
13-
14-
# yarn
15-
yarn install
16-
1711
# bun
1812
bun install
1913
```
2014

2115
## Development Server
2216

23-
Start the development server on `http://localhost:3000`:
24-
2517
```bash
26-
# npm
27-
npm run dev
28-
29-
# pnpm
30-
pnpm run dev
31-
32-
# yarn
33-
yarn dev
34-
3518
# bun
3619
bun run dev
3720
```

README_EN.md

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
<div align="right">
2+
<a href="./README.md">ES</a>
3+
</div>
4+
5+
# Rust Learning Path in English
6+
This is the Rust Learning Path made by the [RustLangES](https://rustlang-es.org) community
7+
8+
## Setup
9+
10+
```bash
11+
# bun
12+
bun install
13+
```
14+
15+
## Development Server
16+
17+
```bash
18+
# bun
19+
bun run dev
20+
```

0 commit comments

Comments
 (0)