Skip to content

Commit

Permalink
Merge pull request #704 from threefoldtech/development_mycelium
Browse files Browse the repository at this point in the history
Mycelium App: Add info on windows and macos
  • Loading branch information
mik-tf authored Dec 9, 2024
2 parents 1d9738a + 78b33f4 commit 22f0192
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -213,13 +213,13 @@
- [TFGrid Services](documentation/system_administrators/getstarted/tfgrid_services/tf_grid_services_readme.md)
- [Mycelium](documentation/system_administrators/mycelium/mycelium_toc.md)
- [Overview](documentation/system_administrators/mycelium/overview.md)
- [Mycelium App](documentation/system_administrators/mycelium/mycelium_app.md)
- [Installation](documentation/system_administrators/mycelium/installation.md)
- [Additional Information](documentation/system_administrators/mycelium/information.md)
- [Message](documentation/system_administrators/mycelium/message.md)
- [Packet](documentation/system_administrators/mycelium/packet.md)
- [Data Packet](documentation/system_administrators/mycelium/data_packet.md)
- [API YAML](documentation/system_administrators/mycelium/api_yaml.md)
- [App](documentation/system_administrators/mycelium/mycelium_app.md)
- [Pulumi](documentation/system_administrators/pulumi/pulumi_readme.md)
- [Introduction to Pulumi](documentation/system_administrators/pulumi/pulumi_intro.md)
- [Installing Pulumi](documentation/system_administrators/pulumi/pulumi_install.md)
Expand Down
18 changes: 15 additions & 3 deletions src/documentation/system_administrators/mycelium/mycelium_app.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,19 @@
# Mycelium App

The Mycelium app is available on Android and iOS.
The Mycelium app is available for Android, Windows, macOS and iOS.

## Download Links

You can download the Mycelium app with the following links:

- [iOS and macOS](https://apps.apple.com/app/id6504277565)
- Download the app from the App Store
- [Android](https://play.google.com/store/apps/details?id=tech.threefold.mycelium)
- [iOS](https://apps.apple.com/app/id6504277565)
- Download the app from the Google Play Store
- [Windows](https://github.com/threefoldtech/myceliumflut/releases)
- Go to the official Mycelium release page and download the latest `.exe` file (e.g. `mycelium-network-x86_64_v0.8.3.exe`)

> Note: There is no app for Linux, but you can simply follow the installation guide [here](./installation.md).
## Start Mycelium

Expand Down Expand Up @@ -43,4 +49,10 @@ When you use the Mycelium app, you are assigned a unique Mycelium address.

To copy the Mycelium address, click on the button on the right of the address.

![](./img/mycelium_4.png)
![](./img/mycelium_4.png)

## Deploy on the Grid with Mycelium

Once you've installed Mycelium, you can deploy on the grid and connect to your workload using Mycelium.

For more information, [read this guide](../getstarted/ssh_guide/ssh_openssh.md).
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ In this section, we present [Mycelium](https://github.com/threefoldtech/mycelium
**TABLE OF CONTENTS**

- [Overview](./overview.md)
- [Mycelium App](./mycelium_app.md)
- [Installation](./installation.md)
- [Additional Information](./information.md)
- [Message](./message.md)
- [Packet](./packet.md)
- [Data Packet](./data_packet.md)
- [API YAML](./api_yaml.md)
- [App](./mycelium_app.md)
- [API YAML](./api_yaml.md)

0 comments on commit 22f0192

Please sign in to comment.