migrated from GitLab to Gitea
This commit is contained in:
12
README.md
12
README.md
@@ -5,7 +5,7 @@ Library to build a real-time serial (or network) command-line interface (CLI) to
|
||||
configure or control your Arduino or compatible microcontroller.
|
||||
|
||||
This is **Version 1.0**, the latest version, documentation and bugtracker are
|
||||
available on my [GitLab instance](https://gitlab.lindenaar.net/arduino/CLI)
|
||||
available on my [Gitea instance](https://gitea.lindenaar.net/arduino/CLI)
|
||||
|
||||
Copyright (c) 2019 Frederik Lindenaar. free for distribution under the
|
||||
GNU License, see [below](#license)
|
||||
@@ -45,8 +45,8 @@ Download / Installation
|
||||
At this moment this library is not yet available directly from the Arduino IDE
|
||||
but has to be installed manually. For this, download the latest distribution
|
||||
.zip file and install it using the following links:
|
||||
* From my GitLab instance, download to your computer the
|
||||
[Latest .zip archive](https://gitlab.lindenaar.net/arduino/CLI/repository/archive.zip)
|
||||
* From my Gitea instance, download to your computer the
|
||||
[Latest .zip archive](https://gitea.lindenaar.net/arduino/CLI/repository/archive/master.zip)
|
||||
* Follow the documentation for the Arduino IDE on
|
||||
[importing a .zip Library](https://www.arduino.cc/en/Guide/Libraries#toc4).
|
||||
Alternatively, you can also extract the downloaded .zip and follow the steps
|
||||
@@ -55,7 +55,7 @@ but has to be installed manually. For this, download the latest distribution
|
||||
You can also use `git` to checkout the latest version from my repository with
|
||||
|
||||
```
|
||||
git clone https://gitlab.lindenaar.net/arduino/CLI.git
|
||||
git clone https://gitea.lindenaar.net/arduino/CLI.git
|
||||
```
|
||||
|
||||
so that it is easy to upgrade in the future. To find where to checkout check the
|
||||
@@ -251,7 +251,7 @@ Currently both must hence be hardcoded static strings and there is no way to
|
||||
make them dynamic or change them. This is a conscious design choice to reduce
|
||||
the size of the code and the memory it requires. In case you have a good use
|
||||
case to reconsider this decision, let's discuss and for that please do
|
||||
(raise an issue here)[https://gitlab.lindenaar.net/arduino/CLI/issues].
|
||||
(raise an issue here)[https://gitea.lindenaar.net/arduino/CLI/issues].
|
||||
|
||||
#### CLI is a `Stream`
|
||||
The CLI Object implements a Stream so it can be used as well to interact with
|
||||
@@ -472,7 +472,7 @@ void loop() {
|
||||
|
||||
I hope this clarifies how this library can and should be used. In case you find
|
||||
any issues with the documentation, code or examples, please do raise an issue
|
||||
[here](https://gitlab.lindenaar.net/arduino/CLI/issues).
|
||||
[here](https://gitea.lindenaar.net/arduino/CLI/issues).
|
||||
|
||||
|
||||
### Parser Support Functions
|
||||
|
||||
Reference in New Issue
Block a user