tidy up introduction info

This commit is contained in:
Tim Möhlmann 2023-10-16 20:32:31 +03:00
parent 49f252f37e
commit f506ae7e20

View file

@ -1,11 +1,16 @@
# Upgrading
All commands are executed from the root of the project that imports oidc packages.
`sed` commands are created with GNU `sed` in mind and might need alternate syntax
on non-GNU systems, such as MacOS or the GNU sed command to be installed manually.
`sed` commands are created with **GNU sed** in mind and might need alternate syntax
on non-GNU systems, such as MacOS.
Alternatively, GNU sed can be installed on such systems. (`coreutils` package?).
## V2 to V3
**TL;DR** at the [bottom](#full-script) of this chapter is a full `sed` script
containing all automatic the steps at once.
As first steps we will:
1. Download the latest v3 module;
2. Replace imports in all Go files;