update index.html
This commit is contained in:
@ -6,6 +6,8 @@ In the next version, I'll be moving the `i2pkeys` directory to it's own reposito
|
|||||||
so I can avoid import cycle headaches. Please migrate to the new `i2pkeys` repository
|
so I can avoid import cycle headaches. Please migrate to the new `i2pkeys` repository
|
||||||
before upgrading your sam3 dependencies. You can probably do this by running:
|
before upgrading your sam3 dependencies. You can probably do this by running:
|
||||||
|
|
||||||
|
STATUS: This project is maintained. I will respond to issues, pull requests, and feature requests within a few days.
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
find . -name '*.go' -exec sed -i 's|github.com/eyedeekay/sam3/i2pkeys|github.com/eyedeekay/i2pkeys|g' {} \;
|
find . -name '*.go' -exec sed -i 's|github.com/eyedeekay/sam3/i2pkeys|github.com/eyedeekay/i2pkeys|g' {} \;
|
||||||
```
|
```
|
||||||
|
@ -55,6 +55,9 @@
|
|||||||
repository
|
repository
|
||||||
before upgrading your sam3 dependencies. You can probably do this by running:
|
before upgrading your sam3 dependencies. You can probably do this by running:
|
||||||
</p>
|
</p>
|
||||||
|
<p>
|
||||||
|
STATUS: This project is maintained. I will respond to issues, pull requests, and feature requests within a few days.
|
||||||
|
</p>
|
||||||
<div>
|
<div>
|
||||||
<pre>find . -name '*.go' -exec sed -i 's|github.com/eyedeekay/sam3/i2pkeys|github.com/eyedeekay/i2pkeys|g' {} \;
|
<pre>find . -name '*.go' -exec sed -i 's|github.com/eyedeekay/sam3/i2pkeys|github.com/eyedeekay/i2pkeys|g' {} \;
|
||||||
</pre>
|
</pre>
|
||||||
|
Reference in New Issue
Block a user