Skip to content

Commit

Permalink
Provided packaging example (6)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxirmx committed Aug 26, 2023
1 parent 63680e0 commit dd5d779
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions _posts/2023-08-25-aibika-release-and-migration.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ With this source we can the do packaging. I assume that the file name is sample.
[source]
----
aibika sample.rb
---
----

That's it

Expand All @@ -72,7 +72,7 @@ D:\Projects\10.Projects\aibika demo>sample.exe
Enter png file name:
no.png
Status: 5, info: Failed to open no.png: No such file or directory
---
----

== With Gemfile
Now let's specify dependencies using Gemfile
Expand Down Expand Up @@ -104,7 +104,7 @@ and packaging command is
[source, cmd]
----
aibika --gemfile Gemfile sample.rb
---
----

Of course, this method works better in case of complex application with dynamically loaded feature.

Expand Down

0 comments on commit dd5d779

Please sign in to comment.