mirror of
https://github.com/esp-rs/espup.git
synced 2025-09-26 20:30:28 +00:00
chore: 🎨 Change repository location to esp-rs
This commit is contained in:
parent
f3fab450fb
commit
54dd6a658f
@ -5,7 +5,7 @@ authors = ["Sergio Gasquez Arcos <sergio.gasquez@gmail.com>"]
|
||||
edition = "2021"
|
||||
license = "MIT OR Apache-2.0"
|
||||
readme = "README.md"
|
||||
repository = "https://github.com/SergioGasquez/espup"
|
||||
repository = "https://github.com/esp-rs/espup"
|
||||
description = """
|
||||
Tool for installing and maintaining ESP Rust environment.
|
||||
"""
|
||||
|
@ -1,6 +1,6 @@
|
||||
MIT License
|
||||
|
||||
Copyright (c) 2022 Sergio Gasquez Arcos
|
||||
Copyright (c) 2022 The Espup Project Developers
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
|
10
README.md
10
README.md
@ -1,8 +1,8 @@
|
||||
# EspUp
|
||||
|
||||
[](https://github.com/SergioGasquez/espup/actions/workflows/ci.yaml)
|
||||
[](https://github.com/SergioGasquez/espup/actions/workflows/audit.yaml)
|
||||
[](https://vscode.dev/redirect?url=vscode://ms-vscode-remote.remote-containers/cloneInVolume?url=https://github.com/SergioGasquez/espup)
|
||||
[](https://github.com/esp-rs/espup/actions/workflows/ci.yaml)
|
||||
[](https://github.com/esp-rs/espup/actions/workflows/audit.yaml)
|
||||
[](https://vscode.dev/redirect?url=vscode://ms-vscode-remote.remote-containers/cloneInVolume?url=https://github.com/esp-rs/espup)
|
||||
|
||||
> `rustup` for [esp-rs](https://github.com/esp-rs/)
|
||||
|
||||
@ -28,10 +28,10 @@ python3 python3-pip python3-venv libusb-1.0-0 libssl-dev pkg-config libtinfo5 li
|
||||
|
||||
## Installation
|
||||
|
||||
Download the prebuilt binary for your target from the [releases section](https://github.com/SergioGasquez/espup/releases), or install it with cargo:
|
||||
Download the prebuilt binary for your target from the [releases section](https://github.com/esp-rs/espup/releases), or install it with cargo:
|
||||
|
||||
```sh
|
||||
cargo install espup --git https://github.com/SergioGasquez/espup
|
||||
cargo install espup --git https://github.com/esp-rs/espup
|
||||
```
|
||||
## Usage
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user