changed several parts on the documentation

This commit is contained in:
Sebastian Wendel 2023-09-21 20:19:28 +02:00
parent adb0fde934
commit f930957ab4
4 changed files with 9 additions and 10 deletions

View file

@ -1,7 +1,7 @@
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: flowflexure
Upstream-Name: FlowFlexure
Upstream-Contact: Sebastian Wendel <flowflexure@srx.dev>
Source: https://code.srx.dev/srx/flowflexure
Source: https://code.srx.dev/srx/flowflexure-microscope
Files: hardware/*
Copyright: (C) 2023 Sebastian Wendel

View file

@ -1,6 +1,6 @@
# FlowFlexure
# FlowFlexure Microscope
An open source hardware flow imaging microscope
An open source flow imaging microscope
## Overview
@ -19,8 +19,8 @@ This project aims to offer a more accessible, cost-effective, and higher-quality
## Getting Started
- Order the parts from the [Bill off Material](./hardware/BOM.md)
- Print the 3D parts from the [release page](https://code.srx.dev/srx/flowflexure/releases/)
- Assemble the parts as described in the [manufacturing documentation](./docs/manufacturing.md)
- Print the 3D parts from the [release page](https://code.srx.dev/srx/FlowFlexure/releases/)
- Assemble the microscope as described in the [assembly instructions](./docs/assembly.md)
## Contributing

View file

@ -1,5 +1,5 @@
{
description = "FlowFlexure- a 3D printed high precision flow imaging microscope";
description = "FlowFlexure - an open source flow imaging microscope";
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
@ -11,7 +11,6 @@
};
outputs = {
self,
nixpkgs,
flake-utils,
...

View file

@ -3,8 +3,8 @@ function = "An open source hardware flow imaging microscope"
okhv = "OKH-LOSHv1.0"
version = "0.1"
repo = "https://code.srx.dev/srx/flowflexure"
release = "https://code.srx.dev/srx/flowflexure/releases"
repo = "https://code.srx.dev/srx/flowflexure-microscope"
release = "https://code.srx.dev/srx/flowflexure-microscope/releases"
license = "CERN-OHL-S-2.0"
licensor = "Sebastian Wendel"